aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10Prashant Sharma2013-10-102-34/+126
|\
| * Bumping up test matrix size to eliminate random failuresNick Pentreath2013-10-072-12/+12
| * Fixing closing brace indentationNick Pentreath2013-10-041-1/+1
| * Adding algorithm for implicit feedback data to ALSNick Pentreath2013-09-062-28/+120
* | fixed some warningsMartin Weindel2013-10-052-4/+2
|/
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0114-51/+51
* Merge pull request #863 from shivaram/etrain-ridgeEvan Sparks2013-08-296-64/+334
|\
| * Center & scale variables in Ridge, Lasso.Shivaram Venkataraman2013-08-255-154/+203
| * Fixing typos in Java tests, and addressing alignment issues.Evan Sparks2013-08-183-9/+9
| * Centralizing linear data generator and mllib regression tests to use it.Evan Sparks2013-08-186-117/+27
| * Adding Linear Regression, and refactoring Ridge Regression.Evan Sparks2013-08-184-18/+329
* | Add an option to turn off data validation, test it.Shivaram Venkataraman2013-08-251-0/+3
* | Fix SVM model and unit test to work with {0,1}.Shivaram Venkataraman2013-08-131-4/+7
* | Change SVM to use {0,1} labels.Shivaram Venkataraman2013-08-131-6/+27
|/
* 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-112-0/+0
|/
* Merge pull request #762 from shivaram/sgd-cleanupEvan Sparks2013-08-117-80/+427
|\
| * Fix GLM code review comments and move java testsShivaram Venkataraman2013-08-103-0/+0
| * Refactor GLM algorithms and add Java testsShivaram Venkataraman2013-08-067-73/+409
| * Refactor optimizers and create GLMsShivaram Venkataraman2013-08-023-15/+11
| * Refactor SGD options into a new class.Shivaram Venkataraman2013-07-313-14/+29
* | Remove Java-specific constructor for Rating.Shivaram Venkataraman2013-08-082-2/+2
* | Add a test case for random initialization.Shivaram Venkataraman2013-08-061-0/+11
* | Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-063-15/+253
|/
* Use a tigher bound in logistic regression unit test's prediction validation.Reynold Xin2013-07-301-3/+4
* Fix validatePrediction functions for Classification modelsXinghao2013-07-292-4/+2
* Replace map-reduce with dot operator using DoubleMatrixXinghao2013-07-282-4/+12
* Fixed SVM and LR train functions to take Int instead of Double for Classifica...Xinghao2013-07-281-5/+5
* Changed Classification to return Int instead of DoubleXinghao2013-07-281-2/+0
* SVMSuite and LassoSuite rewritten to follow closely with LogisticRegressionSuiteXinghao2013-07-282-35/+161
* Change *_LocalRandomSGD to *LocalRandomSGDXinghao2013-07-283-26/+9
* Resolve conflicts with master, removed regParam for LogisticRegressionXinghao2013-07-261-9/+99
* New files from merge with masterXinghao2013-07-264-2/+70
|\
| * Use a different validation dataset for Logistic Regression prediction testing.Reynold Xin2013-07-231-12/+17
| * Made RegressionModel serializable and added unit tests to make sure predict m...Reynold Xin2013-07-231-7/+26
| * Change weights to be Array[Double] in LR model.Shivaram Venkataraman2013-07-171-2/+2
| * Allow initial weight vectors in LogisticRegression.Shivaram Venkataraman2013-07-172-11/+43
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-165-1/+86
* | Rename LogisticRegression, SVM and Lasso to *_LocalRandomSGDXinghao2013-07-263-6/+6
* | Adding SVM and Lasso, moving LogisticRegression to classification from regres...Xinghao2013-07-243-1/+113
|/
* Replaced string constants in testMatei Zaharia2013-07-051-4/+7
* Renamed files to match packageMatei Zaharia2013-07-054-0/+0
* Renamed ML package to MLlib and added it to classpathMatei Zaharia2013-07-055-0/+345