square/pysurvival
Open source package for Survival Analysis modeling
This tool helps you predict when a specific event is likely to occur, such as customer churn or loan default. You provide historical data on events and their timings, and it outputs models that estimate event probabilities over time. Data scientists, risk analysts, and marketing strategists can use this to understand and forecast 'time-to-event' scenarios.
369 stars. No commits in the last 6 months.
Use this if you need to analyze customer lifecycles, predict product failure, or assess credit risk by understanding the duration until a specific event happens.
Not ideal if you are looking for simple classification or regression models that predict a binary outcome or a continuous value without considering the time aspect.
Stars
369
Forks
114
Language
HTML
License
Apache-2.0
Category
Last pushed
Mar 11, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/square/pysurvival"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
sebp/scikit-survival
Survival analysis built on top of scikit-learn
havakv/pycox
Survival analysis with PyTorch
Novartis/torchsurv
Deep survival analysis made easy
soda-inria/hazardous
Competing Risks and Survival Analysis
autonlab/auton-survival
Auton Survival - an open source package for Regression, Counterfactual Estimation, Evaluation...