aboutsummaryrefslogtreecommitdiff
path: root/mllib/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11514][ML] Pass random seed to spark.ml DecisionTree*Yu ISHIKAWA2015-11-055-7/+14
* [SPARK-10265][DOCUMENTATION, ML] Fixed @Since annotation to ml.regressionEhsan M.Kermani2015-11-055-18/+119
* [SPARK-11473][ML] R-like summary statistics with intercept for OLS via normal...Yanbo Liang2015-11-053-33/+40
* [SPARK-11506][MLLIB] Removed redundant operation in Online LDA implementationa1singh2015-11-051-1/+1
* [SPARK-10028][MLLIB][PYTHON] Add Python API for PrefixSpanYu ISHIKAWA2015-11-042-1/+54
* [SPARK-9492][ML][R] LogisticRegression in R should provide model statisticsYanbo Liang2015-11-042-7/+17
* [SPARK-11349][ML] Support transform string label for RFormulaYanbo Liang2015-11-032-1/+28
* [MINOR][ML] Fix naming conventions of AFTSurvivalRegression coefficientsYanbo Liang2015-11-032-25/+25
* [SPARK-9836][ML] Provide R-like summary statistics for OLS via normal equatio...Yanbo Liang2015-11-034-7/+243
* [MINOR][ML] removed the old `getModelWeights` functionDB Tsai2015-11-021-10/+0
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-0211-208/+235
* [SPARK-11343][ML] Allow float and double prediction/label columns in Regressi...Dominik Dahlem2015-11-021-4/+8
* [SPARK-11358][MLLIB] deprecate runs in k-meansXiangrui Meng2015-11-021-2/+2
* [SPARK-9722] [ML] Pass random seed to spark.ml DecisionTree*Yu ISHIKAWA2015-11-011-3/+5
* [SPARK-11385] [ML] foreachActive made public in MLLib's vector APINakul Jindal2015-10-301-3/+6
* [SPARK-11207] [ML] Add test cases for solver selection of LinearRegres…Lewuathe2015-10-302-82/+144
* [SPARK-11369][ML][R] SparkR glm should support setting standardizeYanbo Liang2015-10-281-0/+3
* [SPARK-11332] [ML] Refactored to use ml.feature.Instance instead of WeightedL...Nakul Jindal2015-10-283-24/+15
* [MINOR][ML] fix compile warnsXiangrui Meng2015-10-272-2/+3
* [SPARK-11302][MLLIB] 2) Multivariate Gaussian Model with Covariance matrix re...Sean Owen2015-10-272-4/+19
* [SPARK-10654][MLLIB] Add columnSimilarities to IndexedRowMatrixReza Zadeh2015-10-262-0/+25
* [SPARK-11184][MLLIB] Declare most of .mllib code not-ExperimentalSean Owen2015-10-2645-208/+43
* [SPARK-6723] [MLLIB] Model import/export for ChiSqSelectorJayant Shekar2015-10-232-1/+95
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-232-0/+2
* [SPARK-10082][MLLIB] minor style updates for matrix indexing after #8271Xiangrui Meng2015-10-202-8/+8
* [SPARK-10082][MLLIB] Validate i, j in apply DenseMatrices and SparseMatricesMechCoder2015-10-202-0/+15
* [SPARK-10261][DOCUMENTATION, ML] Fixed @Since annotation to ml.evaluationTijo Thomas2015-10-204-7/+43
* [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L…lewuathe2015-10-198-491/+636
* [SPARK-9963] [ML] RandomForest cleanup: replace predictNodeIndex with predict...Luvsandondov Lkhamsuren2015-10-172-43/+38
* [SPARK-11029] [ML] Add computeCost to KMeansModel in spark.mlYuhao Yang2015-10-172-0/+13
* [SPARK-10599] [MLLIB] Lower communication for block matrix multiplicationBurak Yavuz2015-10-162-22/+76
* [SPARK-11059] [ML] Change range of quantile probabilities in AFTSurvivalRegre...vectorijk2015-10-131-2/+2
* [SPARK-7402] [ML] JSON SerDe for standard param typesXiangrui Meng2015-10-132-0/+283
* [SPARK-10535] Sync up API for matrix factorization model between Scala and Py...Vladimir Vladimirov2015-10-091-0/+8
* [SPARK-10875] [MLLIB] Computed covariance matrix should be symmetricNick Pritchard2015-10-082-2/+22
* [SPARK-7770] [ML] GBT validationTol change to compare with relative or absolu...Yanbo Liang2015-10-082-5/+13
* [SPARK-9718] [ML] linear regression training summary all columnsHolden Karau2015-10-082-8/+40
* [SPARK-10064] [ML] Parallelize decision tree bin split calculationsNathan Howell2015-10-074-95/+97
* [SPARK-10738] [ML] Refactoring `Instance` out from LOR and LIR, and also clea...DB Tsai2015-10-075-104/+125
* [SPARK-10490] [ML] Consolidate the Cholesky solvers in WeightedLeastSquares a...Yanbo Liang2015-10-074-35/+47
* [SPARK-10779] [PYSPARK] [MLLIB] Set initialModel for KMeans model in PySpark ...Evan Chen2015-10-071-1/+3
* [SPARK-9841] [ML] Make clear publicHolden Karau2015-10-072-1/+6
* [HOT-FIX] Fix style.Yin Huai2015-10-021-2/+2
* [SPARK-6530] [ML] Add chi-square selector for ml packageXusen Yin2015-10-023-0/+213
* [SPARK-5890] [ML] Add feature discretizerXusen Yin2015-10-022-0/+274
* [SPARK-9798] [ML] CrossValidatorModel Documentation ImprovementsRerngvit Yanggratoke2015-10-021-0/+4
* [SPARK-10736] [ML] Use 1 for all ratings if $(ratingCol) = ""Yanbo Liang2015-09-291-2/+2
* [SPARK-10778] [MLLIB] Implement toString for AssociationRules.Ruley-shimizu2015-09-271-0/+5
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-257-57/+351
* [SPARK-10763] [ML] [JAVA] [TEST] Update Java MLLIB/ML tests to use simplified...Holden Karau2015-09-2310-39/+42