What problem does it solve?
Helps you analyze time-to-event outcomes with right-censored (and other) data so you can model risk, estimate survival curves, and evaluate predictions reliably even when not all event times are observed.
Core Features & Use Cases
- Survival & time-to-event modeling: Build Cox models, penalized Cox, accelerated failure time (AFT) style models, Random Survival Forests, Gradient Boosting survival models, and Survival SVM variants.
- Proper evaluation under censoring: Compute discrimination and calibration metrics such as concordance index (Harrell/Uno), time-dependent AUC, and (integrated) Brier scores.
- Competing risks support: Estimate cumulative incidence functions for multiple event types and avoid treating competing events as simple censoring.
- Practical workflows: Create Surv outcomes, preprocess features (encoding, standardization, missing-data handling), fit models, and compare approaches across scenarios.
Quick Start
Use this skill to model a dataset with censored survival times by asking: "Summarize the best scikit-survival model choice and evaluation metrics for my right-censored time-to-event dataset with moderate censoring, and show a concise workflow from Surv creation through risk prediction and Uno’s C-index."