- Aug 16, 2013
-
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
- Aug 11, 2013
-
-
Shivaram Venkataraman authored
Also build and copy ML Lib scaladoc in Spark docs build. Some more minor cleanup with respect to naming, test locations etc.
-
Shivaram Venkataraman authored
This overcomes test failures that occur using Maven
-
- Aug 10, 2013
-
-
Shivaram Venkataraman authored
-
- Aug 08, 2013
-
-
Reynold Xin authored
-
Shivaram Venkataraman authored
Also remove java-specific constructor for LabeledPoint.
-
Shivaram Venkataraman authored
The scala constructor works for native type java types. Modify examples to match this.
-
- Aug 06, 2013
-
-
Shivaram Venkataraman authored
This change adds Java examples and unit tests for all GLM algorithms to make sure the MLLib interface works from Java. Changes include - Introduce LabeledPoint and avoid using Doubles in train arguments - Rename train to run in class methods - Make the optimizer a member variable of GLM to make sure the builder pattern works
-
Shivaram Venkataraman authored
Also workaround a bug where double[][] class cast fails
-
Shivaram Venkataraman authored
- Changes ALS to accept RDD[Rating] instead of (Int, Int, Double) making it easier to call from Java - Renames class methods from `train` to `run` to enable static methods to be called from Java. - Add unit tests which check if both static / class methods can be called. - Also add examples which port the main() function in ALS, KMeans to the examples project. Couple of minor changes to existing code: - Add a toJavaRDD method in RDD to convert scala RDD to java RDD easily - Workaround a bug where using double[] from Java leads to class cast exception in KMeans init
-
- Aug 05, 2013
-
-
Ginger Smith authored
-
Ginger Smith authored
-
- Aug 03, 2013
-
-
Shivaram Venkataraman authored
-
Ginger Smith authored
-
- Aug 02, 2013
-
-
Shivaram Venkataraman authored
This change refactors the structure of GLMs to use mixins which maintain a similar interface to other ML lib algorithms. This change also creates an Optimizer trait which allows GLMs to be extended to use other optimization techniques.
-
Matei Zaharia authored
-
- Aug 01, 2013
-
-
Matei Zaharia authored
-
- Jul 31, 2013
-
-
Matei Zaharia authored
Also made it possible to specify the number of runs in KMeans.main().
-
Shivaram Venkataraman authored
This refactoring pulls out code shared between SVM, Lasso, LR into a common GradientDescentOpts class. Some style cleanup as well
-
Matei Zaharia authored
-
- Jul 30, 2013
-
-
Shivaram Venkataraman authored
Also add jblas dependency to mllib pom.xml
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
Renamed Classification.scala to ClassificationModel.scala and Regression.scala to RegressionModel.scala
-
Ameet Talwalkar authored
-
- Jul 29, 2013
-
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
Also some minor style fixes.
-
Xinghao authored
Lines shortened to < 100 characters
-
Xinghao authored
Classifiers return categorical (Int) values that should be compared directly
-
Xinghao authored
-
Xinghao authored
-
Xinghao authored
-
Xinghao authored
-
- Jul 28, 2013