aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/util.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Ma...Liang-Chi Hsieh2016-06-131-1/+1
* [SPARK-14903][SPARK-14071][ML][PYTHON] Revert : MLWritable.write propertyJoseph K. Bradley2016-04-261-3/+1
* [MINOR][ML][PYTHON][DOC] Remove use of JavaMLWriter/Reader in public Python A...Joseph K. Bradley2016-04-251-4/+4
* [SPARK-14555] First cut of Python API for Structured StreamingBurak Yavuz2016-04-201-15/+0
* [SPARK-14605][ML][PYTHON] Changed Python to use unicode UIDs for spark.ml Ide...Joseph K. Bradley2016-04-161-2/+3
* [SPARK-14472][PYSPARK][ML] Cleanup ML JavaWrapper and related class hierarchyBryan Cutler2016-04-131-2/+2
* [SPARK-14071][PYSPARK][ML] Change MLWritable.write to be a propertywm624@hotmail.com2016-03-281-1/+3
* [SPARK-13951][ML][PYTHON] Nested Pipeline persistenceJoseph K. Bradley2016-03-221-16/+73
* [SPARK-13038][PYSPARK] Add load/save to pipelineXusen Yin2016-03-161-0/+3
* [SPARK-13032][ML][PYSPARK] PySpark support model export/import and take Linea...Yanbo Liang2016-01-291-1/+141
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-181-3/+10
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-151-2/+2
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-14/+0
* [SPARK-5769] Set params in constructors and in setParams in Python ML pipelinesXiangrui Meng2015-02-151-0/+15
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-281-0/+46