aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/tree/treeModels.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18481][ML] ML 2.1 QA: Remove deprecated methods for MLYanbo Liang2016-11-261-5/+0
* [SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help un...Sean Owen2016-07-161-2/+2
* [SPARK-15644][MLLIB][SQL] Replace SQLContext with SparkSession in MLlibgatorsmile2016-06-211-6/+6
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-1/+1
* [SPARK-13783][ML] Model export/import for spark.ml: GBTsYanbo Liang2016-04-131-10/+15
* [SPARK-12382][ML] Remove mllib GBT implementation and wrap mlsethah2016-04-061-2/+2
* [SPARK-14386][ML] Changed spark.ml ensemble trees methods to return concrete ...Joseph K. Bradley2016-04-041-5/+9
* [SPARK-13784][ML] Persistence for RandomForestClassifier, RandomForestRegressorJoseph K. Bradley2016-04-041-8/+123
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-1/+1
* [SPARK-11730][ML] Add feature importances for GBTs.sethah2016-03-281-0/+120
* [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml oneJoseph K. Bradley2016-03-231-1/+6
* [SPARK-11888][ML] Decision tree persistence in spark.mlJoseph K. Bradley2016-03-161-0/+132
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-311-1/+1
* [SPARK-5133] [ML] Added featureImportance to RandomForestClassifier and Regre...Joseph K. Bradley2015-08-031-0/+6
* [SPARK-8711] [ML] Add additional methods to PySpark ML tree modelsMechCoder2015-07-071-0/+5
* [SPARK-6113] [ML] Tree ensembles for Pipelines APIJoseph K. Bradley2015-04-251-7/+39
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-171-0/+60