aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [MLlib] SPARK-1536: multiclass classification support for decision treeManish Amde2014-07-181-13/+290
* SPARK-1215 [MLLIB]: Clustering: Index out of bounds error (2)Joseph K. Bradley2014-07-171-0/+26
* [MLLIB] [SPARK-2222] Add multiclass evaluation metricsAlexander Ulanov2014-07-151-0/+90
* [SPARK-1969][MLlib] Online summarizer APIs for mean, variance, min, and maxDB Tsai2014-07-112-0/+254
* SPARK-1782: svd for sparse matrix using ARPACKLi Pu2014-07-091-26/+33
* [SPARK-2417][MLlib] Fix DecisionTree testsjohnnywalleye2014-07-091-4/+4
* [SPARK-2163] class LBFGS optimize with Double tolerance instead of IntGang Bai2014-06-201-0/+34
* [SPARK-1672][MLLIB] Separate user and product partitioning in ALSTor Myklebust2014-06-111-19/+41
* Resolve scalatest warnings during buildwitgo2014-06-103-6/+6
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-045-1/+195
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-1/+0
* [SPARK-1553] Alternating nonnegative least-squaresTor Myklebust2014-06-022-11/+101
* Update LBFGSSuite.scalabaishuo(白硕)2014-05-231-2/+2
* SPARK-1791 - SVM implementation does not use threshold parameterAndrew Tulloch2014-05-131-0/+37
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-13/+4
* Bug fix of sparse vector conversionFunes2014-05-081-0/+9
* [SPARK-1157][MLlib] Bug fix: lossHistory should exclude rejection steps, and ...DB Tsai2014-05-081-10/+5
* SPARK-1544 Add support for deep decision trees.Manish Amde2014-05-071-11/+73
* Update GradientDescentSuite.scalabaishuo(白硕)2014-05-071-3/+3
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-0510-95/+63
* [SPARK-1281] Improve partitioning in ALSTor Myklebust2014-04-221-4/+26
* SPARK-1310: Start adding k-fold cross validation to MLLib [adds kFold to MLUt...Holden Karau2014-04-161-0/+39
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-151-0/+18
* [SPARK-1157][MLlib] L-BFGS Optimizer based on Breeze's implementation.DB Tsai2014-04-151-0/+203
* [WIP] [SPARK-1328] Add vector statisticsXusen Yin2014-04-112-13/+15
* [SPARK-1225, 1241] [MLLIB] Add AreaUnderCurve and BinaryClassificationMetricsXiangrui Meng2014-04-113-0/+150
* [SPARK-1390] Refactoring of matrices backed by RDDsXiangrui Meng2014-04-087-318/+470
* [SPARK-1434] [MLLIB] change labelParser from anonymous function to traitXiangrui Meng2014-04-082-2/+43
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-029-64/+171
* MLI-1 Decision TreesManish Amde2014-04-011-0/+425
* [SPARK-1327] GLM needs to check addIntercept for intercept and weightsXiangrui Meng2014-03-263-7/+37
* [SPARK-1212] Adding sparse data support and update KMeansXiangrui Meng2014-03-236-69/+351
* Principal Component AnalysisReza Zadeh2014-03-202-31/+191
* [SPARK-1237, 1238] Improve the computation of YtY for implicit ALSXiangrui Meng2014-03-131-1/+14
* SPARK-1160: Deprecate toArray in RDDCodingCat2014-03-121-3/+3
* Initialized the regVal for first iteration in SGD optimizerDB Tsai2014-03-021-0/+41
* MLLIB-22. Support negative implicit input in ALSSean Owen2014-02-191-9/+18
* Merge pull request #315 from rezazadeh/sparsesvdMatei Zaharia2014-01-221-0/+158
|\
| * Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-177-22/+11
| |\
| * | prettifyReza Zadeh2014-01-171-2/+2
| * | use 0-indexingReza Zadeh2014-01-171-4/+4
| * | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-093-2/+255
| |\ \
| * | | use SparseMatrix everywhereReza Zadeh2014-01-041-21/+29
| * | | prettifyReza Zadeh2014-01-041-17/+17
| * | | fix testsReza Zadeh2014-01-041-11/+17
| * | | add k parameterReza Zadeh2014-01-041-2/+1
| * | | using decomposed matrix struct nowReza Zadeh2014-01-041-7/+10
| * | | add all testsReza Zadeh2013-12-271-0/+142
* | | | Fixed import orderAndrew Tulloch2014-01-215-7/+4
* | | | LocalSparkContext for MLlibAndrew Tulloch2014-01-1910-109/+42
| |_|/ |/| |