You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
detect_step() should not be limited to steps in {recipes}
library(recipes)
library(themis)
rec<- recipe(Species~., data=iris) %>%
step_intercept() %>%
step_smote(Species)
detect_step(rec, "smote")
#> Error: Please provide the name of valid step or check (ex: `center`).
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.
detect_step()
should not be limited to steps in {recipes}Created on 2021-12-15 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: