Skip to content

Specify features and target when creating a TaggedTable #27

Closed
@lars-reimann

Description

@lars-reimann

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.

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions