aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | initial large scale testing beginReza Zadeh2013-12-271-4/+4
| * | | | | cleanup documentationReza Zadeh2013-12-271-2/+2
| * | | | | add all testsReza Zadeh2013-12-271-0/+142
| * | | | | test for truncated svdReza Zadeh2013-12-271-51/+50
| * | | | | full rank matrix test addedReza Zadeh2013-12-261-1/+9
| * | | | | Main method added for svdReza Zadeh2013-12-261-4/+4
| * | | | | new main fileReza Zadeh2013-12-261-10/+19
| * | | | | Object to hold the svd methodsReza Zadeh2013-12-261-58/+74
| * | | | | Some documentationReza Zadeh2013-12-261-0/+47
| * | | | | Initial files - no testsReza Zadeh2013-12-261-0/+68
* | | | | | Fixed import orderAndrew Tulloch2014-01-215-7/+4
* | | | | | LocalSparkContext for MLlibAndrew Tulloch2014-01-1910-109/+42
* | | | | | Correct L2 regularized weight update with canonical formSean Owen2014-01-181-1/+5
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #414 from soulmachine/code-styleReynold Xin2014-01-1516-48/+28
|\ \ \ \ \
| * | | | | Added parentheses for that getDouble() also has side effectFrank Dai2014-01-141-1/+1
| * | | | | Merge remote-tracking branch 'upstream/master' into code-styleFrank Dai2014-01-1410-12/+168
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Indent two spacesFrank Dai2014-01-144-6/+6
| * | | | | Since getLong() and getInt() have side effect, get back parentheses, and remo...Frank Dai2014-01-142-10/+9
| * | | | | Code clean up for mllibFrank Dai2014-01-1416-63/+44
* | | | | | Add missing header filesPatrick Wendell2014-01-141-0/+17
| |/ / / / |/| | | |
* | | | | Merge pull request #380 from mateiz/py-bayesPatrick Wendell2014-01-1310-13/+169
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added Java unit test, data, and main method for Naive BayesMatei Zaharia2014-01-118-4/+111
| * | | | Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-113-9/+58
* | | | | Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-121-7/+8
|\| | | |
| * | | | Fix configure didn't work small problem in ALSjerryshao2014-01-111-7/+8
| | |_|/ | |/| |
* / | | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-121-15/+14
|/ / /
* | | Merge branch 'master' into MatrixFactorizationModel-fixHossein Falaki2014-01-074-2/+345
|\ \ \
| * | | Added GradientDescentSuiteXusen Yin2014-01-061-0/+116
| * | | fix logistic loss bugXusen Yin2014-01-061-2/+2
| * | | Merge pull request #292 from soulmachine/naive-bayesReynold Xin2014-01-042-0/+227
| |\ \ \ | | |_|/ | |/| |
| | * | Aggregated all sample points to driver without any shuffleLian, Cheng2014-01-022-53/+31
| | * | Response to comments from Reynold, Ameet and EvanLian, Cheng2013-12-302-62/+90
| | * | Response to Reynold's commentsLian, Cheng2013-12-291-10/+16
| | * | Added Apache license header to NaiveBayesSuiteLian, Cheng2013-12-271-0/+17
| | * | Reformatted some lines commented by MateiLian, Cheng2013-12-271-2/+3
| | * | Let reduceByKey to take care of local combineLian, Cheng2013-12-251-27/+16
| | * | Refactored NaiveBayesLian, Cheng2013-12-252-28/+41
| | * | standard Naive Bayes classifierFrank Dai2013-12-252-0/+195
* | | | Added Rating deserializerHossein Falaki2014-01-061-1/+8
* | | | Added serializing method for Rating objectHossein Falaki2014-01-061-4/+16
* | | | Added python binding for bulk recommendationHossein Falaki2014-01-042-1/+27
* | | | Removed unnecessary blank lineHossein Falaki2014-01-031-1/+0
* | | | Added unit tests for bulk prediction in MatrixFactorizationModelHossein Falaki2014-01-031-2/+31
* | | | Added a method to enable bulk predictionHossein Falaki2014-01-031-1/+23
|/ / /
* | | Merge remote-tracking branch 'origin/master' into conf2Matei Zaharia2013-12-291-0/+232
|\ \ \ | | |/ | |/|
| * | Scala stubs for updated Python bindings.Tor Myklebust2013-12-251-13/+13
| * | Move PythonMLLibAPI into its own package.Tor Myklebust2013-12-241-0/+1
| * | Fix error message ugliness.Tor Myklebust2013-12-241-2/+2
| * | Java stubs for ALSModel.Tor Myklebust2013-12-211-0/+34
| * | Javadocs; also, declare some things private.Tor Myklebust2013-12-201-5/+26