aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark/ml/regression/AFTSurvivalRegression.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19745][ML] SVCAggregator captures coefficients in its closuresethah2017-03-021-1/+1
* [SPARK-19704][ML] AFTSurvivalRegression should support numeric censorColZheng RuiFeng2017-03-021-3/+3
* [SPARK-18206][ML] Add instrumentation for MLP,NB,LDA,AFT,GLM,Isotonic,LiRZheng RuiFeng2017-01-171-2/+10
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-291-1/+1
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-251-13/+14
* [SPARK-17281][ML][MLLIB] Add treeAggregateDepth parameter for AFTSurvivalRegr...WeichenXu2016-09-221-5/+19
* [SPARK-16933][ML] Fix AFTAggregator in AFTSurvivalRegression serializes unnec...Yanbo Liang2016-08-091-18/+29
* [SPARK-16822][DOC] Support latex in scaladoc.Shuai Lin2016-08-021-36/+58
* [SPARK-16750][ML] Fix GaussianMixture training failed due to feature column t...Yanbo Liang2016-07-291-2/+2
* [SPARK-16494][ML] Upgrade breeze version to 0.12Yanbo Liang2016-07-191-6/+0
* [MINOR][TYPO] fix fininsh typoWeichenXu2016-07-181-1/+1
* [SPARK-16500][ML][MLLIB][OPTIMIZER] add LBFGS convergence warning for all use...WeichenXu2016-07-141-0/+5
* [SPARK-16177][ML] model loading backward compatibility for ml.regressionYuhao Yang2016-06-231-4/+5
* [SPARK-16127][ML][PYPSARK] Audit @Since annotations related to ml.linalgNick Pentreath2016-06-221-3/+3
* [SPARK-15644][MLLIB][SQL] Replace SQLContext with SparkSession in MLlibgatorsmile2016-06-211-2/+2
* [SPARK-15892][ML] Incorrectly merged AFTAggregator with zero total counthyukjinkwon2016-06-121-1/+1
* [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression b...Yanbo Liang2016-06-071-1/+8
* [SPARK-15413][ML][MLLIB] Change `toBreeze` to `asBreeze` in Vector and MatrixDB Tsai2016-05-271-1/+1
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-261-1/+1
* [SPARK-15339][ML] ML 2.0 QA: Scala APIs and code audit for regressionYanbo Liang2016-05-191-2/+2
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-171-1/+2
* [SPARK-13322][ML] AFTSurvivalRegression supports feature standardizationYanbo Liang2016-04-121-34/+71
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-6/+6
* [SPARK-7425][ML] spark.ml Predictor should support other numeric types for labelBenFradet2016-04-011-5/+6
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-1/+2
* [SPARK-13761][ML] Deprecate validateParamsYuhao Yang2016-03-161-1/+0
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-271-1/+1
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-251-1/+1
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-251-1/+1
* [SPARK-13295][ ML, MLLIB ] AFTSurvivalRegression.AFTAggregator improvements -...Narine Kokhlikyan2016-02-221-15/+17
* [SPARK-11259][ML] Params.validateParams() should be called automaticallyYanbo Liang2016-01-041-0/+1
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-311-4/+4
* [SPARK-11846] Add save/load for AFTSurvivalRegression and IsotonicRegressionXusen Yin2015-11-191-9/+69
* [MINOR][ML] Fix naming conventions of AFTSurvivalRegression coefficientsYanbo Liang2015-11-031-19/+19
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-021-16/+16
* [SPARK-11059] [ML] Change range of quantile probabilities in AFTSurvivalRegre...vectorijk2015-10-131-2/+2
* [SPARK-10686] [ML] Add quantilesCol to AFTSurvivalRegressionYanbo Liang2015-09-231-9/+42
* [SPARK-8518] [ML] Log-linear models for survival analysisYanbo Liang2015-09-171-0/+449