aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1544 Add support for deep decision trees.Manish Amde2014-05-073-23/+170
* Update GradientDescentSuite.scalabaishuo(白硕)2014-05-071-3/+3
* SPARK-1727. Correct small compile errors, typos, and markdown issues in (prim...Sean Owen2014-05-061-6/+6
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-0534-320/+381
* [SPARK-1646] Micro-optimisation of ALSTor Myklebust2014-04-291-5/+17
* [SPARK-1636][MLLIB] Move main methods to examplesXiangrui Meng2014-04-299-304/+7
* Improved build configurationwitgo2014-04-281-14/+0
* [Fix #79] Replace Breakable For Loops By While LoopsSandeep2014-04-231-29/+31
* [SPARK-1506][MLLIB] Documentation improvements for MLlib 1.0Xiangrui Meng2014-04-221-0/+100
* [SPARK-1281] Improve partitioning in ALSTor Myklebust2014-04-222-23/+54
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-212-6/+3
* [SPARK-1535] ALS: Avoid the garbage-creating ctor of DoubleMatrixTor Myklebust2014-04-191-2/+11
* SPARK-1357 (addendum). More Experimental items in MLlibSean Owen2014-04-183-0/+10
* SPARK-1483: Rename minSplits to minPartitions in public APIsCodingCat2014-04-181-6/+6
* SPARK-1310: Start adding k-fold cross validation to MLLib [adds kFold to MLUt...Holden Karau2014-04-162-0/+60
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-153-50/+132
* Decision Tree documentation for MLlib programming guideManish Amde2014-04-151-0/+569
* [SPARK-1157][MLlib] L-BFGS Optimizer based on Breeze's implementation.DB Tsai2014-04-153-14/+480
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-143-0/+3
* [WIP] [SPARK-1328] Add vector statisticsXusen Yin2014-04-115-76/+230
* [SPARK-1225, 1241] [MLLIB] Add AreaUnderCurve and BinaryClassificationMetricsXiangrui Meng2014-04-119-0/+671
* Remove Unnecessary Whitespace'sSandeep2014-04-102-3/+3
* [SPARK-1357 (fix)] remove empty line after :: DeveloperApi/Experimental ::Xiangrui Meng2014-04-0933-71/+21
* [SPARK-1357] [MLLIB] Annotate developer and experimental APIsXiangrui Meng2014-04-0942-122/+355
* [SPARK-1390] Refactoring of matrices backed by RDDsXiangrui Meng2014-04-0818-992/+1152
* [SPARK-1434] [MLLIB] change labelParser from anonymous function to traitXiangrui Meng2014-04-084-25/+97
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-083-8/+8
* SPARK-1387. Update build plugins, avoid plugin version warning, centralize ve...Sean Owen2014-04-061-1/+1
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-0238-576/+915
* MLI-1 Decision TreesManish Amde2014-04-0117-0/+2188
* [SPARK-1327] GLM needs to check addIntercept for intercept and weightsXiangrui Meng2014-03-267-37/+86
* [SPARK-1212] Adding sparse data support and update KMeansXiangrui Meng2014-03-2316-247/+907
* Principal Component AnalysisReza Zadeh2014-03-208-112/+752
* [SPARK-1266] persist factors in implicit ALSXiangrui Meng2014-03-181-56/+89
* [SPARK-1260]: faster construction of features with interceptXiangrui Meng2014-03-181-4/+4
* [SPARK-1237, 1238] Improve the computation of YtY for implicit ALSXiangrui Meng2014-03-132-55/+134
* SPARK-1160: Deprecate toArray in RDDCodingCat2014-03-122-5/+5
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-071-4/+4
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-021-0/+14
* Remove remaining references to incubationPatrick Wendell2014-03-021-2/+2
* Initialized the regVal for first iteration in SGD optimizerDB Tsai2014-03-023-1/+50
* MLLIB-25: Implicit ALS runs out of memory for moderately large numbers of fea...Sean Owen2014-02-211-2/+2
* MLLIB-22. Support negative implicit input in ALSSean Owen2014-02-193-21/+52
* MLLIB-24: url of "Collaborative Filtering for Implicit Feedback Datasets" in...Chen Chao2014-02-191-1/+1
* Merge pull request #566 from martinjaggi/copy-MLlib-d.Martin Jaggi2014-02-096-74/+130
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-094-15/+18
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-1/+1
* Merge pull request #528 from mengxr/sample. Closes #528.Xiangrui Meng2014-02-031-2/+1
* Merge pull request #460 from srowen/RandomInitialALSVectorsSean Owen2014-01-271-1/+9
* Merge pull request #315 from rezazadeh/sparsesvdMatei Zaharia2014-01-225-0/+433
|\