What problem does it solve?
This Skill provides comprehensive tools for coping with censored survival data, enabling users to perform rigorous analysis of time-to-event information in Python.
Core Features & Use Cases
- Survival Modeling: Supports Cox proportional hazards, ensemble methods like Random Survival Forests, gradient boosting, and support vector machines for survival tasks.
- Data Preparation: Facilitates creating survival outcomes from raw data, handles missing values, and encodes categorical variables.
- Performance Evaluation: Offers metrics such as concordance indices, time-dependent AUC, and Brier scores for model assessment, suitable for benchmarking and validation.
- Use Case: A healthcare data analyst can predict patient survival probabilities and identify risk factors using various models, then evaluate which performs best based on robust metrics.
Quick Start
Load data, preprocess features, select and fit a model, then evaluate its performance with a few lines of code to generate survival predictions and metrics.