aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/classification/DecisionTreeClassifier.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3359][DOCS] Fix greater-than symbols in Javadoc to allow building with...Michal Senkyr2016-12-101-1/+1
* [SPARK-18592][ML] Move DT/RF/GBT Param setter methods to subclassesYanbo Liang2016-11-291-10/+26
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-191-3/+3
* [SPARK-16863][ML] ProbabilisticClassifier.fit check threshoulds' lengthZheng RuiFeng2016-08-041-0/+7
* [SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help un...Sean Owen2016-07-161-2/+2
* [SPARK-14812][ML][MLLIB][PYTHON] Experimental, DeveloperApi annotation audit ...Joseph K. Bradley2016-07-131-6/+1
* [SPARK-15644][MLLIB][SQL] Replace SQLContext with SparkSession in MLlibgatorsmile2016-06-211-2/+2
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-2/+2
* [SPARK-14570][ML] Log instrumentation in Random forestsBenFradet2016-04-291-4/+17
* [SPARK-14862][ML] Updated Classifiers to not require labelCol metadataJoseph K. Bradley2016-04-281-8/+2
* [SPARK-12301][ML] Made all tree and ensemble classes not finalJoseph K. Bradley2016-04-261-2/+2
* [MINOR][ML][MLLIB] Remove unused importsZheng RuiFeng2016-04-221-1/+1
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-2/+2
* [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-1/+1
* [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml oneJoseph K. Bradley2016-03-231-2/+2
* [SPARK-11888][ML] Decision tree persistence in spark.mlJoseph K. Bradley2016-03-161-8/+62
* [SPARK-12379][ML][MLLIB] Copy GBT implementation to spark.mlsethah2016-03-151-0/+8
* [SPARK-11861][ML] Add feature importances for decision treessethah2016-03-091-0/+19
* [SPARK-10259][ML] Add @since annotation to ml.classificationTakahashi Hiroshi2015-12-071-6/+24
* [SPARK-11514][ML] Pass random seed to spark.ml DecisionTree*Yu ISHIKAWA2015-11-051-1/+3
* [SPARK-10699] [ML] Support checkpointInterval can be disabledYanbo Liang2015-09-231-1/+0
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-231-5/+8
* [SPARK-9720] [ML] Identifiable types need UID in toString methodsBertrand Dechoux2015-09-141-1/+1
* [SPARK-10023] [ML] [PySpark] Unified DecisionTreeParams checkpointInterval be...Yanbo Liang2015-09-101-0/+1
* [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is ...lewuathe2015-08-131-0/+1
* [SPARK-9756] [ML] Make constructors in ML decision trees privateFeynman Liang2015-08-071-1/+1
* [SPARK-9528] [ML] Changed RandomForestClassifier to extend ProbabilisticClass...Joseph K. Bradley2015-08-031-7/+1
* [SPARK-6885] [ML] decision tree support predict class probabilitiesYanbo Liang2015-07-311-9/+31
* [SPARK-7131] [ML] Copy Decision Tree, Random Forest impl to spark.mlJoseph K. Bradley2015-07-161-3/+10
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-191-0/+2
* [SPARK-7748] [MLLIB] Graduate spark.ml from alphaXiangrui Meng2015-05-261-8/+7
* [SPARK-7407] [MLLIB] use uid + name to identify parametersXiangrui Meng2015-05-141-5/+8
* [SPARK-5995] [ML] Make Prediction dev API publicJoseph K. Bradley2015-05-061-3/+2
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-041-18/+11
* [SPARK-6113] [ML] Tree ensembles for Pipelines APIJoseph K. Bradley2015-04-251-14/+10
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-171-0/+155