An open API service indexing awesome lists of open source software.

https://github.com/pr38/survivalpredict

Estimating survival predictions
https://github.com/pr38/survivalpredict

cox-proportional-hazard cox-regression python reliability-analysis scikit-learn survival-analysis

Last synced: 25 days ago
JSON representation

Estimating survival predictions

Awesome Lists containing this project

README

          

# SurvivalPredict

WIP.

A micro package centered around using Survival Analysis for predicting survival at various times, modeled after scikit-learn. Unlike traditional Survival Analysis, there is a focus on administrative censorship; where censorship is a function of survival and calendar time, and not due to a loss of follow up. Administrative censorship is the correct way to treat censorship in the case of customer churn and lead conversion. There will be an effort to bring cross validation and other statistical learning tuning techniques to Survival Analysis.