aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary)...Doris Xin2014-08-121-1/+65
* [PySpark] [SPARK-2954] [SPARK-2948] [SPARK-2910] [SPARK-2101] Python 2.6 FixesJosh Rosen2014-08-112-2/+16
* [SPARK-2851] [mllib] DecisionTree Python consistency updateJoseph K. Bradley2014-08-061-35/+15
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-0611-13/+50
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-051-6/+55
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-024-18/+290
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-011-4/+28
* [SPARK-2786][mllib] Python correlationsDoris Xin2014-08-012-1/+109
* [SPARK-2724] Python version of RandomRDDGeneratorsDoris Xin2014-07-312-0/+186
* SPARK-2341 [MLLIB] loadLibSVMFile doesn't handle regression datasetsSean Owen2014-07-301-11/+12
* Avoid numerical instabilityNaftali Harris2014-07-301-1/+2
* [SPARK-2679] [MLLib] Ser/De for DoubleDoris Xin2014-07-271-3/+45
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-213-3/+4
* [SPARK-2552][MLLIB] stabilize logistic function in pysparkXiangrui Meng2014-07-201-1/+4
* [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-044-51/+129
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-258-88/+78
* [SPARK-1743][MLLIB] add loadLibSVMFile and saveAsLibSVMFile to pysparkXiangrui Meng2014-05-072-2/+178
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-051-2/+2
* fix bugs of dot in pythonXusen Yin2014-04-222-5/+5
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-156-131/+1066
* SPARK-1426: Make MLlib work with NumPy versions older than 1.7Sandeep2014-04-152-8/+9
* SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead ...Sandeep2014-04-101-4/+14
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-051-5/+1
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-021-5/+7
* Complain if Python and NumPy versions are too old for MLlibMatei Zaharia2014-01-141-0/+10
* Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-112-21/+21
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-115-23/+82
* Added predictAll python function to MatrixFactorizationModelHossein Falaki2014-01-061-4/+6
* Added Rating deserializerHossein Falaki2014-01-061-3/+18
* Added python binding for bulk recommendationHossein Falaki2014-01-042-1/+19
* Remove commented code in __init__.py.Tor Myklebust2013-12-251-8/+0
* Fix copypasta in __init__.py. Don't import anything directly into pyspark.ml...Tor Myklebust2013-12-251-26/+8
* 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-256-0/+622