aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/_common.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-2/+3
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-021-10/+23
* [SPARK-2786][mllib] Python correlationsDoris Xin2014-08-011-1/+5
* [SPARK-2679] [MLLib] Ser/De for DoubleDoris Xin2014-07-271-3/+45
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-1/+3
* [SPARK-2091][MLLIB] use numpy.dot instead of ndarray.dotXiangrui Meng2014-06-111-3/+5
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-041-21/+51
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-251-21/+21
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-151-99/+297
* SPARK-1426: Make MLlib work with NumPy versions older than 1.7Sandeep2014-04-151-5/+6
* SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead ...Sandeep2014-04-101-4/+14
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-1/+1
* Added Rating deserializerHossein Falaki2014-01-061-3/+18
* Added python binding for bulk recommendationHossein Falaki2014-01-041-0/+10
* Initial weights in Scala are ones; do that too. Also fix some errors.Tor Myklebust2013-12-251-6/+6
* Split the mllib bindings into a whole bunch of modules and rename some things.Tor Myklebust2013-12-251-0/+227