Hannah Frick

Results 88 issues of Hannah Frick

* [x] I have converted fonts to outlines in the `.svg` * [x] My PNG has dimensions 2521 x 2911

This PR enables the matrix interface via `fit_xy()` for the `"censored regression"` mode. Tests for this are in censored: https://github.com/tidymodels/censored/pull/225

To make engine arguments tunable, we currently modify the `tunable()` method for the corresponding model type to include a call to `parsnip:::add_engine_parameters()` with the info on how to match the...

upkeep

Two engines currently depend on dev versions of the engine package (or its dependency) and have `fit_xy()` disabled. Remove this once the upstream changes hit CRAN - [ ] `survival_reg(engine...

feature

Should we put in safeguards for time values of `NA` _Originally posted by @topepo in https://github.com/tidymodels/censored/pull/216#discussion_r986008342_

feature

The pattern to check if all the observations in `new_data` have missing values and (if necessary) return an NA-filled tibble early should probably be its own function. Example: https://github.com/tidymodels/censored/blob/1a891a74be4124da28bcb1ba65fe5997b765bea4/R/proportional_hazards-survival.R#L132-L137

upkeep

It looks like the default colors changed and the text got slightly out of date.