aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12569][PYSPARK][ML] DecisionTreeRegressor: provide variance of predict...wm624@hotmail.com2016-04-083-7/+35
* [SPARK-14373][PYSPARK] PySpark RandomForestClassifier, Regressor support expo...Kai Jiang2016-04-082-4/+26
* [SPARK-13430][PYSPARK][ML] Python API for training summaries of linear and lo...Bryan Cutler2016-04-064-18/+562
* [SPARK-13786][ML][PYSPARK] Add save/load for pyspark.ml.tuningXusen Yin2016-04-063-111/+375
* [SPARK-14305][ML][PYSPARK] PySpark ml.clustering BisectingKMeans support expo...Yanbo Liang2016-04-011-2/+15
* [SPARK-11262][ML] Unit test for gradient, loss layers, memory management for ...Alexander Ulanov2016-03-311-1/+1
* [SPARK-14264][PYSPARK][ML] Add feature importance for GBTs in pysparksethah2016-03-312-20/+46
* [SPARK-14152][ML][PYSPARK] MultilayerPerceptronClassifier supports save/load ...Yanbo Liang2016-03-301-2/+14
* [SPARK-14071][PYSPARK][ML] Change MLWritable.write to be a propertywm624@hotmail.com2016-03-282-1/+8
* [SPARK-13949][ML][PYTHON] PySpark ml DecisionTreeClassifier, Regressor suppor...GayathriMurali2016-03-243-6/+66
* [SPARK-14107][PYSPARK][ML] Add seed as named argument to GBTs in pysparksethah2016-03-242-12/+13
* [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml oneJoseph K. Bradley2016-03-232-2/+3
* [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark paramssethah2016-03-2310-176/+421
* [SPARK-13951][ML][PYTHON] Nested Pipeline persistenceJoseph K. Bradley2016-03-229-175/+300
* [SPARK-13993][PYSPARK] Add pyspark Rformula/RforumlaModel save/loadXusen Yin2016-03-201-3/+27
* [SPARK-13937][PYSPARK][ML] Change JavaWrapper _java_obj from static to member...Bryan Cutler2016-03-171-4/+9
* [SPARK-13034] PySpark ml.classification support export/importGayathriMurali2016-03-162-9/+61
* [SPARK-13038][PYSPARK] Add load/save to pipelineXusen Yin2016-03-166-89/+317
* [SPARK-13787][ML][PYSPARK] Pyspark feature importances for decision tree and ...sethah2016-03-112-0/+88
* [SPARK-13625][PYSPARK][ML] Added a check to see if an attribute is a property...Bryan Cutler2016-03-082-1/+19
* [SPARK-13036][SPARK-13318][SPARK-13319] Add save/load for feature.pyXusen Yin2016-03-041-45/+296
* [SPARK-13676] Fix mismatched default values for regParam in LogisticRegressionDongjoon Hyun2016-03-041-5/+5
* [SPARK-12877][ML] Add train-validation-split to pysparkJeremyNixon2016-03-032-2/+244
* [SPARK-13008][ML][PYTHON] Put one alg per line in pyspark.ml all listsJoseph K. Bradley2016-03-013-15/+36
* [SPARK-13505][ML] add python api for MaxAbsScalerzlpmichelle2016-02-261-7/+68
* [SPARK-13033] [ML] [PYSPARK] Add import/export for ml.regressionTommy YU2016-02-251-4/+30
* [SPARK-13292] [ML] [PYTHON] QuantileDiscretizer should take random seed in Py...Yu ISHIKAWA2016-02-251-6/+8
* [SPARK-12153][SPARK-7617][MLLIB] add support of arbitrary length sentence and...Yong Gang Cao2016-02-221-6/+6
* [SPARK-13302][PYSPARK][TESTS] Move the temp file creation and cleanup outside...Holden Karau2016-02-203-33/+42
* [SPARK-12974][ML][PYSPARK] Add Python API for spark.ml bisecting k-meansYanbo Liang2016-02-121-1/+124
* [SPARK-13153][PYSPARK] ML persistence failed when handle no default value par...Tommy YU2016-02-111-2/+3
* [SPARK-13047][PYSPARK][ML] Pyspark Params.hasParam should not throw an errorsethah2016-02-112-4/+12
* [SPARK-13035][ML][PYSPARK] PySpark ml.clustering support export/importYanbo Liang2016-02-111-4/+25
* [MINOR][ML][PYSPARK] Cleanup test cases of clustering.pyYanbo Liang2016-02-112-15/+9
* [SPARK-13037][ML][PYSPARK] PySpark ml.recommendation support export/importKai Jiang2016-02-111-4/+27
* [SPARK-13032][ML][PYSPARK] PySpark support model export/import and take Linea...Yanbo Liang2016-01-295-29/+236
* [SPARK-12780] Inconsistency returning value of ML python models' propertiesXusen Yin2016-01-261-2/+3
* [SPARK-10509][PYSPARK] Reduce excessive param boiler plate codeHolden Karau2016-01-2612-317/+43
* [SPARK-11923][ML] Python API for ml.feature.ChiSqSelectorXusen Yin2016-01-261-1/+97
* [SPARK-11922][PYSPARK][ML] Python api for ml.feature.quantile discretizerHolden Karau2016-01-251-4/+85
* [SPARK-12905][ML][PYSPARK] PCAModel return eigenvalues for PySparkYanbo Liang2016-01-251-0/+11
* [SPARK-11295][PYSPARK] Add packages to JUnit output for Python testsGábor Lipták2016-01-201-0/+1
* Revert "[SPARK-11295] Add packages to JUnit output for Python tests"Xiangrui Meng2016-01-191-1/+0
* [SPARK-9716][ML] BinaryClassificationEvaluator should accept Double predictio...BenFradet2016-01-191-2/+3
* [SPARK-11295] Add packages to JUnit output for Python testsGábor Lipták2016-01-191-0/+1
* [SPARK-11925][ML][PYSPARK] Add PySpark missing methods for ml.feature during ...Yanbo Liang2016-01-151-10/+62
* [SPARK-11815][ML][PYSPARK] PySpark DecisionTreeClassifier & DecisionTreeRegre...Yanbo Liang2016-01-062-10/+17
* [SPARK-11945][ML][PYSPARK] Add computeCost to KMeansModel for PySpark spark.mlYanbo Liang2016-01-061-0/+10
* [SPARK-7675][ML][PYSPARK] sparkml params type conversionHolden Karau2016-01-064-103/+148
* [PYSPARK] Pyspark typo & Add missing abstractmethod annotationJeff Zhang2015-12-212-2/+3