scikit-survival and pycox

These are competitors offering overlapping survival analysis functionality through different ML backends—scikit-survival uses scikit-learn's traditional algorithms while pycox specializes in neural network-based methods via PyTorch, so practitioners typically choose one based on whether they prefer classical or deep learning approaches.

scikit-survival
81
Verified
pycox
61
Established
Maintenance 17/25
Adoption 15/25
Maturity 25/25
Community 24/25
Maintenance 0/25
Adoption 11/25
Maturity 25/25
Community 25/25
Stars: 1,282
Forks: 223
Downloads:
Commits (30d): 7
Language: Python
License: GPL-3.0
Stars: 961
Forks: 207
Downloads:
Commits (30d): 0
Language: Python
License: BSD-2-Clause
No risk flags
Stale 6m

About scikit-survival

sebp/scikit-survival

Survival analysis built on top of scikit-learn

This tool helps researchers and analysts predict when an event will occur, like patient recovery or machine failure, even when some subjects haven't experienced the event yet. You input data with observed event times and censored data (where the event hasn't happened or wasn't observed within the study period), and it outputs models that estimate event probabilities over time. This is for data scientists, statisticians, and researchers working with time-to-event data.

clinical-trials reliability-engineering customer-churn event-prediction predictive-maintenance

About pycox

havakv/pycox

Survival analysis with PyTorch

This tool helps researchers, clinicians, and data scientists predict the time until an event occurs, such as disease recurrence, customer churn, or machine failure. You provide data including individual characteristics and observed event times, and it outputs models that estimate the probability of the event happening over time. It's designed for anyone working with 'time-to-event' data who needs to forecast when things will happen.

survival-analysis clinical-trials customer-retention predictive-maintenance event-forecasting

Scores updated daily from GitHub, PyPI, and npm data. How scores work