-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem? Please describe
At the moment we only specify the target when we create a TaggedTable. Based on this, we split the columns into the two categories features, and target.
However, some columns should neither be used to make a prediction (feature) nor be predicted (target) but are necessary understand the predictions. Example: In the Titanic dataset the name of a person is helpful when viewing the predicted survival.
Desired solution
When creating a TaggedTable, specify feature columns and the target column explicitly. We could make the parameter for feature columns optional and keep the default behavior that everything that is not a target column becomes a feature column.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done