- Jul 05, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
Also add multiple versions of them to make it easier to call them from java.
-
Matei Zaharia authored
Random seeds make more sense by default for a machine learning library because other libraries behave the same way (people expect to be able to run the algorithm multiple times and get a better answer), but we can add configuration later if needed. Tests that depend on specific seed choices seem brittle.
-
Matei Zaharia authored
-
Matei Zaharia authored
Before, when withReplacement was set to true, we would not get a sample bigger than the RDD's count(). Conflicts: core/src/main/scala/spark/RDD.scala core/src/test/scala/spark/RDDSuite.scala
-
Matei Zaharia authored
-
Shivaram Venkataraman authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Includes unit tests and sample data to run on.
-
Matei Zaharia authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
Also add a feature to get the intercept correct and test these using a small unit test.
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
Remove extraneous methods and classes
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
Verified that results match with glm in R
-
Shivaram Venkataraman authored
Also refactor RidgeRegression and LogisticRegression to re-use code and update the test as well
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
Also update model after training based appropriately.
-
Reynold Xin authored
this :s.
-
Matei Zaharia authored
Conflicts: run
-
- Jul 04, 2013
-
-
Matei Zaharia authored
Clean StageToInfos periodically when spark.cleaner.ttl is enabled
-
jerryshao authored
-
- Jul 01, 2013
-
-
Matei Zaharia authored
hbase dependency is missed in hadoop2-yarn profile of examples module
-
Konstantin Boudnik authored
-
root authored
-