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
discrim now has a quadratic discriminant model and that requires 2+ unique values within each class. A new step_zv_group() could do the same filter but look for zero-variance within 1 or more columns that define groups.
The text was updated successfully, but these errors were encountered:
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.
discrim
now has a quadratic discriminant model and that requires 2+ unique values within each class. A newstep_zv_group()
could do the same filter but look for zero-variance within 1 or more columns that define groups.The text was updated successfully, but these errors were encountered: