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
-
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 explicitid
type role, since thename
role can only be a single column.Beta Was this translation helpful? Give feedback.
All reactions