tidymodels / recipes

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

Link to step_relevel() in step_dummy() #858

Closed EmilHvitfeldt closed 11 months ago

EmilHvitfeldt commented 2 years ago

In the following section, we should link to step_relevel() as the relevant step to accomplish the action.

https://github.com/tidymodels/recipes/blob/18c7fd835dcf29c3622eb42ede61a9db47a1827e/R/dummy.R#L35-L37

Stackoverflow reference: https://stackoverflow.com/questions/70036617/is-there-a-way-to-specify-the-reference-variable-when-using-recipesstep-dummy

github-actions[bot] commented 10 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.