Skip to content
Snippets Groups Projects
  1. Jan 23, 2014
  2. Jan 18, 2014
  3. Jan 14, 2014
  4. Jan 13, 2014
  5. Jan 12, 2014
    • Matei Zaharia's avatar
      Log Python exceptions to stderr as well · 5741078c
      Matei Zaharia authored
      This helps in case the exception happened while serializing a record to
      be sent to Java, leaving the stream to Java in an inconsistent state
      where PythonRDD won't be able to read the error.
      5741078c
    • Matei Zaharia's avatar
      Update some Python MLlib parameters to use camelCase, and tweak docs · 4c28a2ba
      Matei Zaharia authored
      We've used camel case in other Spark methods so it felt reasonable to
      keep using it here and make the code match Scala/Java as much as
      possible. Note that parameter names matter in Python because it allows
      passing optional parameters by name.
      4c28a2ba
    • Matei Zaharia's avatar
      Add Naive Bayes to Python MLlib, and some API fixes · 9a0dfdf8
      Matei Zaharia authored
      - Added a Python wrapper for Naive Bayes
      - Updated the Scala Naive Bayes to match the style of our other
        algorithms better and in particular make it easier to call from Java
        (added builder pattern, removed default value in train method)
      - Updated Python MLlib functions to not require a SparkContext; we can
        get that from the RDD the user gives
      - Added a toString method in LabeledPoint
      - Made the Python MLlib tests run as part of run-tests as well (before
        they could only be run individually through each file)
      9a0dfdf8
  6. Jan 06, 2014
  7. Jan 04, 2014
  8. Jan 03, 2014
  9. Jan 02, 2014
  10. Jan 01, 2014
  11. Dec 30, 2013
  12. Dec 29, 2013
  13. Dec 28, 2013
  14. Dec 25, 2013
  15. Dec 24, 2013
  16. Dec 22, 2013
  17. Dec 21, 2013
  18. Dec 20, 2013
Loading