aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/feature.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5974] [SPARK-5980] [mllib] [python] [docs] Update ML guide with save/l...Joseph K. Bradley2015-02-251-25/+42
* [SPARK-4822] Use sphinx tags for Python doc annotationslewuathe2014-12-171-6/+6
* [SPARK-4821] [mllib] [python] [docs] Fix for pyspark.mllib.rand docJoseph K. Bradley2014-12-171-3/+3
* [SPARK-4494][mllib] IDFModel.transform() add support for single vectorYuu ISHIKAWA2014-12-151-7/+15
* [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.pyDavies Liu2014-11-131-5/+3
* [SPARK-4324] [PySpark] [MLlib] support numpy.array for all MLlib APIDavies Liu2014-11-101-7/+24
* [SPARK-4124] [MLlib] [PySpark] simplify serialization in MLlib Python APIDavies Liu2014-10-301-102/+20
* [SPARK-3961] [MLlib] [PySpark] Python API for mllib.featureDavies Liu2014-10-281-53/+342
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-161-3/+2
* [SPARK-3909][PySpark][Doc] A corrupted format in Sphinx documents and buildin...cocoatomo2014-10-111-0/+2
* [SPARK-3486][MLlib][PySpark] PySpark support for Word2VecLiquan Pei2014-10-071-0/+193