Emil Hvitfeldt

Results 242 comments of Emil Hvitfeldt

This should get expanded to work with `step_novel()` as well ``` r library(recipes) data_train % bake(data_test) #> Warning: There are new levels in a factor: c #> # A tibble:...

I agree @simonpcouch! This feels ergonomically very similar to turning on and off verbose

Hello @millermc38 Thanks for reporting!

Would essentially boil down to fit another model on output of `extract_centroids()`?

Thank you @hsbadr 👋 I added a feature label, and we will look into this once we get back

Hello @kevin199011 👋 Thanks for bringing this to our attention! A cheap intermediary fix you can use use to pre-calculate the logs, and to post-transform the labels to match ```...

Hello @carlganz thank you for this feature request!

Hello @SHo-JANG 👋 I like the idea of what you are trying to do. Would you be able to show some example input data and what you would want the...

This problem can be solved much much nicer with this https://github.com/tidymodels/recipes/pull/1199

This is related to https://github.com/tidymodels/recipes/issues/1137 as well