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
In general we don't want perfectly identical features in our model, because 1) it doesn't provide any value, and 2) because it will break some stuff because it creates linear combinations of columns.
Right now we only have step_lincomb() for numeric data, and step_corr() for when it is close. We don't have anything for non-numeric.
Below the levels are identical, but even if they are not, it would still be an issue.
In general we don't want perfectly identical features in our model, because 1) it doesn't provide any value, and 2) because it will break some stuff because it creates linear combinations of columns.
Right now we only have
step_lincomb()
for numeric data, andstep_corr()
for when it is close. We don't have anything for non-numeric.Below the levels are identical, but even if they are not, it would still be an issue.
Created on 2024-08-07 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: