aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * rename to MatrixSVDReza Zadeh2014-01-171-2/+2
| * rename to MatrixSVDReza Zadeh2014-01-172-4/+4
| * Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-1717-48/+45
| |\
| * | prettifyReza Zadeh2014-01-171-2/+2
| * | add rename computeSVDReza Zadeh2014-01-171-1/+1
| * | replace this.type with SVDReza Zadeh2014-01-171-1/+1
| * | use 0-indexingReza Zadeh2014-01-174-12/+12
| * | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-1311-35/+191
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-097-5/+443
| |\ \ \
| * | | | More sparse matrix usage.Reza Zadeh2014-01-071-1/+2
| * | | | use SparseMatrix everywhereReza Zadeh2014-01-044-71/+84
| * | | | prettifyReza Zadeh2014-01-042-21/+22
| * | | | new example fileReza Zadeh2014-01-041-1/+0
| * | | | fix testsReza Zadeh2014-01-042-20/+36
| * | | | set methodsReza Zadeh2014-01-041-7/+52
| * | | | add k parameterReza Zadeh2014-01-042-14/+13
| * | | | using decomposed matrix struct nowReza Zadeh2014-01-043-17/+16
| * | | | new return structReza Zadeh2014-01-041-0/+33
| * | | | start using matrixentryReza Zadeh2014-01-031-9/+14
| * | | | rename sparsesvd.scalaReza Zadeh2014-01-031-0/+0
| * | | | New matrix entry fileReza Zadeh2014-01-031-0/+27
| * | | | fix error messageReza Zadeh2014-01-021-1/+1
| * | | | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-021-7/+6
| |\ \ \ \
| * | | | | more docs yayReza Zadeh2014-01-011-1/+4
| * | | | | javadoc for sparsesvdReza Zadeh2014-01-011-3/+7
| * | | | | tweaks to docsReza Zadeh2014-01-011-5/+4
| * | | | | large scale considerationsReza Zadeh2013-12-271-2/+2