dmlc / xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
https://xgboost.readthedocs.io/en/stable/
Apache License 2.0
26.29k stars 8.73k forks source link

Kaplan meier curve #8133

Open hellorp1990 opened 2 years ago

hellorp1990 commented 2 years ago

Hi, Is it possible to use the xgboost to draw a kaplan meier curve ?

Thank you in advance.

mayer79 commented 2 years ago

A Kaplan-Meier curve is a purely descriptive method. Thus it is unclear how it should be related to a statistical model.