- Aug 16, 2013
-
-
Jey Kottalam authored
-
- Aug 15, 2013
-
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
- Aug 13, 2013
-
-
Matei Zaharia authored
-
- Aug 12, 2013
-
-
jerryshao authored
-
- Aug 09, 2013
-
-
Dmitriy Lyubimov authored
-
Dmitriy Lyubimov authored
-
- Aug 08, 2013
-
-
Matei Zaharia authored
-
- 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
- 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
- Aug 01, 2013
-
-
Matei Zaharia authored
-
- Jul 30, 2013
-
-
Shivaram Venkataraman authored
Also don't build an assembly jar for them
-
Dmitriy Lyubimov authored
-
Dmitriy Lyubimov authored
-
Dmitriy Lyubimov authored
-
Reynold Xin authored
-
Shivaram Venkataraman authored
Also add jblas dependency to mllib pom.xml
-
Benjamin Hindman authored
requiring Spark to be installed. Using 'make_distribution.sh' a user can put a Spark distribution at a URI supported by Mesos (e.g., 'hdfs://...') and then set that when launching their job. Also added SPARK_EXECUTOR_URI for the REPL.
-
- Jul 28, 2013
-
-
Dmitriy Lyubimov authored
-
- Jul 26, 2013
-
-
Dmitriy Lyubimov authored
-
- Jul 24, 2013
-
-
ryanlecompte authored
-
jerryshao authored
-
jerryshao authored
-
- Jul 22, 2013
-
-
Josh Rosen authored
This is used to find methods in the Scala API that need to be ported to the Java API. To use it: ./run spark.tools.JavaAPICompletenessChecker Conflicts: project/SparkBuild.scala run run2.cmd
-
- Jul 19, 2013
-
-
Liang-Chi Hsieh authored
-
- Jul 18, 2013
-
-
Liang-Chi Hsieh authored
-
- Jul 16, 2013
-
-
Matei Zaharia authored
-
Prashant Sharma authored
-
- Jul 13, 2013
-
-
seanm authored
-
- Jul 05, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Reynold Xin authored
this :s.
-
Matei Zaharia authored
Conflicts: run
-
- Jul 03, 2013
- Jun 29, 2013
-
-
Matei Zaharia authored
-