Published February 9, 2021
| Version v1
Software
Open
XGBoost Survival Embeddings
Description
Survival Analysis is a powerful statistical technique with a wide range of applications such as predictive maintenance, customer churn, credit risk, asset liquidity risk, and others.
However, it has not yet seen widespread adoption in industry, with most implementations embracing one of two cultures:
- models with sound statistical properties, but lacking in expressivess and computational efficiency
- highly efficient and expressive models, but lacking in statistical rigor
xgbse
aims to unite the two cultures in a single package, adding a layer of statistical rigor to the highly expressive and computationally effcient xgboost
survival analysis implementation.
The package offers:
- calibrated and unbiased survival curves with confidence intervals (instead of point predictions)
- great predictive power, competitive to vanilla
xgboost
- efficient, easy to use implementation
- explainability through prototypes
Files
xgboost-survival-embeddings-main.zip
Files
(5.4 MB)
Name | Size | Download all |
---|---|---|
md5:86d3f3a95c324c9479bd8986968f4327
|
11.4 kB | Download |
md5:f66aad86634a1111b22c0b3b45a23fdb
|
5.3 MB | Preview Download |
Additional details
Related works
- Is previous version of
- Software: https://github.com/loft-br/xgboost-survival-embeddings (URL)