Removing columns as features #815
Unanswered
TylerGrantSmith
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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