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
- Host: GitHub
- URL: https://github.com/pr38/survivalpredict
- Owner: pr38
- Created: 2025-09-10T00:24:29.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2025-09-10T00:37:31.000Z (28 days ago)
- Last Synced: 2025-09-10T03:54:27.001Z (28 days ago)
- Topics: cox-proportional-hazard, cox-regression, python, reliability-analysis, scikit-learn, survival-analysis
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.