tidymodels / recipes

Pipeable steps for feature engineering and data preprocessing to prepare for modeling
https://recipes.tidymodels.org
Other
571 stars 113 forks source link

replace `check_nominal_data()` with `recipes_ptype_validate()` #1332

Closed EmilHvitfeldt closed 3 months ago

EmilHvitfeldt commented 5 months ago

the two functions essentially do the same thing, with check_nominal_data() providing a weaker check.

to be done after https://github.com/tidymodels/recipes/pull/1330. I didn't do it as part of that PR because it started to feel like too much in one PR

simonpcouch commented 3 months ago

@lgibson7 spent some time with this and noted that the helper had been written out in the meantime—will go ahead and close.

github-actions[bot] commented 2 months ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue.