Emil Hvitfeldt

Results 253 comments of Emil Hvitfeldt
trafficstars

Out of curiosity. Would there be a need for 2 steps or could be combine into one step? rephrased differently, would there be a time where you would want to...

Hello @saadaslam 👋 Sorry for taking so long to get back to you. This is definitely a good idea, and would likely be a big improvement.

This issue has been fixed in https://github.com/tidymodels/recipes/pull/1338 ``` r library(ISLR) library(splines) library(tidymodels) lm_spec add_recipe(bs_fixed_rec) bs_fixed_fit fit(data = Wage) bs_fixed_fit |> tidy() #> # A tibble: 8 × 5 #> term...

@JosiahParry would you be able to produce a reprex? If this is true we might have a larger issue at hand

slightly bigger deal because {workflows}/{hardhat} doesn't deal with this. Basically, we are in trouble if the data that is pased to `data` argument in `recipe()` doesn't match the data set...

what we need are `ptype` for input. a partially prepped recipe does not guarantee the information about the input data. Therefore there are no way to check whether the data...

We need `ptype` information from https://github.com/tidymodels/recipes/pull/1329 to be able to handle this issue properly

Hello @rdavis120 Thanks for the feature request!

I'm not quite sure what you mean with > I think the timezone could be handled by the locale argument. Do you mind clarifying?