aboutsummaryrefslogtreecommitdiff
path: root/mllib/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into conf2Matei Zaharia2013-12-291-0/+232
|\
| * Scala stubs for updated Python bindings.Tor Myklebust2013-12-251-13/+13
| * Move PythonMLLibAPI into its own package.Tor Myklebust2013-12-241-0/+1
| * Fix error message ugliness.Tor Myklebust2013-12-241-2/+2
| * Java stubs for ALSModel.Tor Myklebust2013-12-211-0/+34
| * Javadocs; also, declare some things private.Tor Myklebust2013-12-201-5/+26
| * Licence notice.Tor Myklebust2013-12-201-0/+17
| * Scala classification and clustering stubs; matrix serialization/deserialization.Tor Myklebust2013-12-201-3/+79
| * Bindings for linear, Lasso, and ridge regression.Tor Myklebust2013-12-191-5/+37
| * Un-semicolon PythonMLLibAPI.Tor Myklebust2013-12-191-27/+27
| * First cut at python mllib bindings. Only LinearRegression is supported.Tor Myklebust2013-12-191-0/+51
* | Various fixes to configuration codeMatei Zaharia2013-12-281-5/+5
* | spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-251-7/+6
|/
* Merge branch 'master' into scala-2.10-wipPrashant Sharma2013-11-251-5/+6
|\
| * Make XORShiftRandom explicit in KMeans and roll it back for RDDMarek Kolodziej2013-11-201-4/+4
| * Updates to reflect pull request code reviewMarek Kolodziej2013-11-181-2/+3
| * XORShift RNG with unit tests and benchmarkMarek Kolodziej2013-11-181-1/+1
* | Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10Prashant Sharma2013-10-103-59/+300
|\|
| * Bumping up test matrix size to eliminate random failuresNick Pentreath2013-10-072-12/+12
| * Style fix using 'if' rather than 'match' on booleanNick Pentreath2013-10-041-14/+13
| * Fixing closing brace indentationNick Pentreath2013-10-041-1/+1
| * Reverting to using comma-delimited splitNick Pentreath2013-10-041-1/+1
| * Merge remote-tracking branch 'upstream/master' into implicit-alsNick Pentreath2013-09-232-8/+9
| |\
| * | Adding algorithm for implicit feedback data to ALSNick Pentreath2013-09-063-54/+296
* | | fixed some warningsMartin Weindel2013-10-052-4/+2
* | | Merge branch 'master' of git://github.com/mesos/spark into scala-2.10Prashant Sharma2013-09-152-8/+9
|\ \ \ | | |/ | |/|
| * | Small tweaks to MLlib docsMatei Zaharia2013-09-082-8/+9
| |/
* | Merged with masterPrashant Sharma2013-09-0653-909/+3913
|\|
| * Add missing license headers found with RATMatei Zaharia2013-09-022-0/+34
| * Move some classes to more appropriate packages:Matei Zaharia2013-09-0121-26/+43
| * Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0139-133/+133
| * Fix broken build by removing addInterceptShivaram Venkataraman2013-08-302-11/+8
| * Merge pull request #863 from shivaram/etrain-ridgeEvan Sparks2013-08-2912-297/+755
| |\
| | * Center & scale variables in Ridge, Lasso.Shivaram Venkataraman2013-08-2510-228/+347
| | * Fixing typos in Java tests, and addressing alignment issues.Evan Sparks2013-08-184-16/+16
| | * Centralizing linear data generator and mllib regression tests to use it.Evan Sparks2013-08-189-282/+84
| | * Adding Linear Regression, and refactoring Ridge Regression.Evan Sparks2013-08-188-176/+713
| * | Merge pull request #819 from shivaram/sgd-cleanupEvan Sparks2013-08-298-48/+160
| |\ \
| | * | Add an option to turn off data validation, test it.Shivaram Venkataraman2013-08-255-18/+28
| | * | Specify label format in LogisticRegression.Shivaram Venkataraman2013-08-131-0/+6
| | * | Fix SVM model and unit test to work with {0,1}.Shivaram Venkataraman2013-08-135-12/+18
| | * | Change SVM to use {0,1} labels.Shivaram Venkataraman2013-08-137-26/+116
| | |/
| * | Fix code style and a nondeterministic RDD issue in ALSMatei Zaharia2013-08-221-11/+20
| * | FixHolden Karau2013-08-151-2/+2
| * | Code review feedback :)Holden Karau2013-08-121-7/+7
| * | Use less instances of the random class during ALS setupHolden Karau2013-08-121-7/+14
| |/
| * Merge pull request #812 from shivaram/maven-mllib-testsMatei Zaharia2013-08-126-7/+32
| |\
| | * Create SparkContext in beforeAll for MLLib testsShivaram Venkataraman2013-08-116-7/+32
| * | Clean up scaladoc in ML Lib.Shivaram Venkataraman2013-08-1117-60/+171
| |/
| * Merge pull request #762 from shivaram/sgd-cleanupEvan Sparks2013-08-1121-417/+816
| |\