A library of efficient survival analysis models, including DeepCox
, HitBoost
and EfnBoost
methods.
DeepCox
: Deep cox proportional hazard model implemented by tensorflow. It's exactly the same asTFDeepSurv
.HitBoost
: Survival analysis via a multi-output gradient boosting decision tree method.EfnBoost
: Optimized cox proportional hazard model via an objective function of Efron approximation.
# in the directory where `setup.py` is located
ls
# install via pip or pip3 (only support for python>=3.5)
pip3 install .
Usage of DeepCox
, EfnBoost
and HitBoost
are provided in Jupyter Notebooks.
If you would like to cite our package, some reference papers are listed below:
- HitBoost(Accepted): HitBoost: Survival Analysis via a Multi-output Gradient Boosting Decision Tree method.
- EfnBoost(Under Review)
- DeepCox(Under Review)