Store feature and class names (if provided) in InputData and transfer them to OutputData (predictions)
Ouverte
enhancement
- Langage dominant
- Python
- Étoiles
- 712
- Forks
- 96
- Merge moyen
- 3 j 1 h
- PR mergées (30 j)
- 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.