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
I have a dataset with a number of "id" features . Is the appropriate method to have them get ignored in model training as for example: task$set_col_roles(c("uar_id", "policy_id"), character())
This appears to remove them from the features role, but it seems like it would be better to have some kind of explicit id type role, since the name role can only be a single column.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dataset with a number of "id" features . Is the appropriate method to have them get ignored in model training as for example:
task$set_col_roles(c("uar_id", "policy_id"), character())This appears to remove them from the
featuresrole, but it seems like it would be better to have some kind of explicitidtype role, since thenamerole can only be a single column.Beta Was this translation helpful? Give feedback.
All reactions