Cox regression
(or proportional hazards regression) is a method for investigating the effect of several variables upon the time a specified event takes to happen. In the context of an outcome such as death this is known as Cox regression
for survival analysis. The method does not assume any particular "survival model"
but it is not truly nonparametric because it does assume that the effects of the predictor variables upon survival are constant over time and are additive in one scale.
- https://www.kaggle.com/bryanb/survival-analysis-with-cox-model-implementation
- https://kowshikchilamkurthy.medium.com/the-cox-proportional-hazards-model-da61616e2e50
- https://www.statsdirect.com/help/survival_analysis/cox_regression.htm
- http://www.sthda.com/english/wiki/cox-proportional-hazards-model
- https://github.com/havakv/pycox/blob/master/examples/01_introduction.ipynb