aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Reynold Xin2013-07-231-7/+26
| | | | methods would work.
* Change weights to be Array[Double] in LR model.Shivaram Venkataraman2013-07-171-2/+2
| | | | Also ensure weights are initialized to a column vector.
* Allow initial weight vectors in LogisticRegression.Shivaram Venkataraman2013-07-172-11/+43
| | | | | Also move LogisticGradient to the LogisticRegression file and fix the unit tests log path.
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-165-1/+86
|
* 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