This repository contains a powerpoint deck introducing survival models and a Jupyter notebook with survival models applied to a data set. The Python-based survival/duration models are developed using the lifelines package. The data set used is one of the built-in ones in the lifelines package itself.
The types of survival models developed: Kaplan-Meier, Cox Proportional Hazard
numpy, pandas, upgraded matplotlib, lifelines