aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/classification/ProbabilisticClassifier.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17057][ML] ProbabilisticClassifierModels' thresholds should have at mo...Sean Owen2016-09-241-11/+9
* [SPARK-17163][ML] Unified LogisticRegression interfacesethah2016-09-191-4/+18
* [SPARK-16851][ML] Incorrect threshould length in 'setThresholds()' evoke Exce...Zheng RuiFeng2016-08-021-1/+6
* [SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help un...Sean Owen2016-07-161-5/+5
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-1/+1
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-3/+3
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-311-1/+1
* [SPARK-9704] [ML] Made ProbabilisticClassifier, Identifiable, VectorUDT publi...Joseph K. Bradley2015-08-121-2/+2
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-041-6/+35
* [SPARK-9528] [ML] Changed RandomForestClassifier to extend ProbabilisticClass...Joseph K. Bradley2015-08-031-1/+26
* [SPARK-7423] [MLLIB] Modify ClassificationModel and Probabalistic model to us...George Dittmar2015-07-271-1/+1
* [SPARK-8575] [SQL] Deprecate callUDF in favor of udfBenFradet2015-06-281-7/+15
* [SPARK-5995] [ML] Make Prediction dev API publicJoseph K. Bradley2015-05-061-32/+68
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-041-25/+8
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-131-5/+6
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-3/+3
* [SPARK-5730][ML] add doc groups to spark.ml componentsXiangrui Meng2015-02-131-0/+2
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-051-0/+147