aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robustMechCoder2015-06-021-1/+3
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-291-8/+0
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-4/+7
* [SPARK-6264] [MLLIB] Support FPGrowth algorithm in Python APIYanbo Liang2015-04-091-1/+1
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-1/+1
* [SPARK-4821] [mllib] [python] [docs] Fix for pyspark.mllib.rand docJoseph K. Bradley2014-12-171-26/+1
* [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.pyDavies Liu2014-11-131-0/+34
* SPARK-1426: Make MLlib work with NumPy versions older than 1.7Sandeep2014-04-151-3/+3
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-051-5/+1
* Complain if Python and NumPy versions are too old for MLlibMatei Zaharia2014-01-141-0/+10
* 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
* Split the mllib bindings into a whole bunch of modules and rename some things.Tor Myklebust2013-12-251-0/+46