Hannah Frick

Results 73 comments of Hannah Frick

All engines have a formula interface (at least we are telling parsnip that about glmnet), and most have the unsurprising encodings of `predictor_indicators = "none"`, `include_intercept = FALSE`, and `remove_intercept...

this is now addressed in `parsnip:::.filter_eval_time()` which gets called in `predict_survival()` and `predict_hazard()` so this happens before the time values are passed to censored. https://github.com/tidymodels/parsnip/blob/865e18f5aa848f08178ed255723852926689fe89/R/predict_survival.R#L22