aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13783][ML] Model export/import for spark.ml: GBTsYanbo Liang2016-04-131-41/+69
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-3/+3
* [SPARK-14498][ML][PYTHON][SQL] Many cleanups to ML and ML-related docsJoseph K. Bradley2016-04-081-0/+10
* [SPARK-14386][ML] Changed spark.ml ensemble trees methods to return concrete ...Joseph K. Bradley2016-04-041-4/+3
* [SPARK-13784][ML] Persistence for RandomForestClassifier, RandomForestRegressorJoseph K. Bradley2016-04-041-2/+5
* [SPARK-11730][ML] Add feature importances for GBTs.sethah2016-03-281-0/+13
* [SPARK-13952][ML] Add random seed to GBTsethah2016-03-231-5/+3
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-1/+1
* [SPARK-12379][ML][MLLIB] Copy GBT implementation to spark.mlsethah2016-03-151-4/+3
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-031-3/+3
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-311-1/+1
* [SPARK-10259][ML] Add @since annotation to ml.classificationTakahashi Hiroshi2015-12-071-4/+31
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-231-7/+19
* [SPARK-9720] [ML] Identifiable types need UID in toString methodsBertrand Dechoux2015-09-141-1/+1
* [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is ...lewuathe2015-08-131-1/+1
* [SPARK-6885] [ML] decision tree support predict class probabilitiesYanbo Liang2015-07-311-1/+1
* [SPARK-7127] [MLLIB] Adding broadcast of model before prediction for ensemblesBryan Cutler2015-07-171-1/+10
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-191-0/+2
* [SPARK-7985] [ML] [MLlib] [Docs] Remove "fittingParamMap" references. Updatin...Mike Dusenberry2015-06-021-1/+1
* [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-20/+13
* [SPARK-7176] [ML] Add validation functionality to ParamJoseph K. Bradley2015-04-291-9/+4
* [SPARK-6113] [ML] Tree ensembles for Pipelines APIJoseph K. Bradley2015-04-251-0/+228