aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/Estimator.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-6/+10
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-191-3/+1
* [SPARK-7748] [MLLIB] Graduate spark.ml from alphaXiangrui Meng2015-05-261-4/+4
* [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4Xiangrui Meng2015-05-211-1/+1
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-041-6/+20
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-131-1/+1
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-051-3/+6
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-271-4/+4
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-161-38/+0
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-121-0/+105