aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
Commit message (Collapse)AuthorAgeFilesLines
...
* | 0index docsReza Zadeh2014-01-171-1/+1
| |
* | use 0-indexingReza Zadeh2014-01-171-2/+2
| |
* | changes from PRReza Zadeh2014-01-171-2/+3
| |
* | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-131-5/+14
|\|
| * Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-111-0/+9
| | | | | | | | | | | | | | 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.
| * Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-091-67/+277
|\| | | | | | | | | Conflicts: docs/mllib-guide.md
| * Fixed merge conflictHossein Falaki2014-01-071-5/+1
| |\
| | * spark-shell -> bin/spark-shellPrashant Sharma2014-01-021-1/+1
| | |
| * | Added proper evaluation example for collaborative filtering and fixed typoHossein Falaki2014-01-061-4/+8
| | |
| * | Added table of contents and minor fixesHossein Falaki2014-01-031-8/+16
| | |
| * | Commented the last part of collaborative filtering examples that lead to errorsHossein Falaki2014-01-021-5/+6
| | |
| * | Added Scala and Python examples for mllibHossein Falaki2014-01-021-52/+261
| |/
* | documentation for sparsematrixReza Zadeh2014-01-071-3/+4
| |
* | fix docs to use SparseMatrixReza Zadeh2014-01-051-2/+5
| |
* | add k parameterReza Zadeh2014-01-041-2/+3
| |
* | doc tweaksReza Zadeh2014-01-011-1/+1
| |
* | doc tweakReza Zadeh2014-01-011-4/+5
| |
* | doc tweaksReza Zadeh2014-01-011-4/+4
| |
* | New documentationReza Zadeh2014-01-011-0/+52
|/
* Adding implicit feedback ALS to MLlib user guideNick Pentreath2013-10-041-4/+20
|
* Document fortran dependency for MLBasePatrick Wendell2013-09-091-0/+7
|
* Small tweaks to MLlib docsMatei Zaharia2013-09-081-10/+8
|
* respose to PR commentsAmeet Talwalkar2013-09-081-25/+30
|
* updates based on comments to PRAmeet Talwalkar2013-09-081-49/+83
|
* updated contentAmeet Talwalkar2013-09-051-1/+147
|
* More updates, describing changes to recommended use of environment varsMatei Zaharia2013-08-311-0/+6
and new Python stuff