aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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-0513-99/+71
* [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
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-141-0/+1
* [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-0214-99/+200
* 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-238-125/+427
* 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-192-18/+41
* Merge pull request #315 from rezazadeh/sparsesvdMatei Zaharia2014-01-221-0/+158
|\
| * Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-178-22/+28
| |\
| * | prettifyReza Zadeh2014-01-171-2/+2
| * | use 0-indexingReza Zadeh2014-01-171-4/+4
| * | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-131-0/+72
| |\ \
| * \ \ 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
| |_|_|/ |/| | |
* | | | Merge pull request #414 from soulmachine/code-styleReynold Xin2014-01-157-22/+11
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into code-styleFrank Dai2014-01-141-0/+72
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Indent two spacesFrank Dai2014-01-144-6/+6
| * | | | Code clean up for mllibFrank Dai2014-01-147-26/+15
| | |_|/ | |/| |
* | | | Add missing header filesPatrick Wendell2014-01-141-0/+17
| |/ / |/| |
* | | Added Java unit test, data, and main method for Naive BayesMatei Zaharia2014-01-111-0/+72
|/ /
* | Merge branch 'master' into MatrixFactorizationModel-fixHossein Falaki2014-01-072-0/+224
|\ \
| * | Added GradientDescentSuiteXusen Yin2014-01-061-0/+116
| * | Aggregated all sample points to driver without any shuffleLian, Cheng2014-01-021-4/+4
| * | Response to comments from Reynold, Ameet and EvanLian, Cheng2013-12-301-16/+16
| * | Added Apache license header to NaiveBayesSuiteLian, Cheng2013-12-271-0/+17
| * | Refactored NaiveBayesLian, Cheng2013-12-251-5/+4
| * | standard Naive Bayes classifierFrank Dai2013-12-251-0/+92
| |/