pub fn predict_survival(
req: SurvivalPredictRequest<'_>,
) -> Result<SurvivalPredictResult, SurvivalPredictError>Expand description
Run the survival prediction pipeline.
Pure library function: no progress bars, no file I/O, no uncertainty bounds. The CLI wraps this with progress updates + CSV writes; the FFI wraps it with JSON serialization.