aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/pipeline.py
Commit message (Expand)AuthorAgeFilesLines
* [PYSPARK] Pyspark typo & Add missing abstractmethod annotationJeff Zhang2015-12-211-1/+1
* [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param an...lihao2015-11-021-0/+30
* [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formattingnoelsmith2015-09-211-0/+1
* [SPARK-9828] [PYSPARK] Mutable values should not be default argumentsMechCoder2015-08-141-2/+2
* [SPARK-8679] [PYSPARK] [MLLIB] Default values in Pipeline API should be immut...MechCoder2015-06-301-6/+18
* [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4Xiangrui Meng2015-05-211-37/+0
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-181-24/+85
* [SPARK-7572] [MLLIB] do not import Param/Params under pyspark.mlXiangrui Meng2015-05-121-3/+0
* [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySparkJoseph K. Bradley2015-05-101-1/+1
* [SPARK-6940] [MLLIB] Add CrossValidator to Python ML pipeline APIXiangrui Meng2015-05-061-2/+11
* [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySparkXiangrui Meng2015-05-051-1/+22
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-201-2/+2
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-151-3/+3
* [Docs] Replace references to SchemaRDD with DataFrameReynold Xin2015-03-091-2/+2
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-1/+2
* [SPARK-5769] Set params in constructors and in setParams in Python ML pipelinesXiangrui Meng2015-02-151-2/+17
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-281-0/+154