Store feature and class names (if provided) in InputData and transfer them to OutputData (predictions)
Open
enhancement
- Dominant language
- Python
- Stars
- 712
- Forks
- 96
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 10
Description
When `InputData` is retrieved from a source with explicit feature and target class names (e.g. `.csv` file or Pandas `DataFrame`), it should remember their labels. The labels should also be included in `OutputData` (predictions) of the pipeline.
One way to do it is to use `SupplementaryData`, which is already included as an attribute of `InputData` and `OutputData`. Also, consider transferring categorial feature labels the same way.
Contributor guide
Assessment
This issue has not been assessed yet.