Incorrect transformation numerical features into categorical while preprocessing
Offen
bug
- Vorherrschende Sprache
- Python
- Sterne
- 712
- Forks
- 96
- Ø Merge
- 3 T. 1 Std.
- Gemergte PRs (30 T.)
- 10
Beschreibung
Found an error in case [credit_scroing_problem.py](https://github.com/aimclub/FEDOT/blob/master/cases/credit_scoring/credit_scoring_problem.py). The dataset has numerical features, which each name starts from 'Number'. After [preprocessing](https://github.com/aimclub/FEDOT/blob/c1d2f33a1558c499c494069bd8006445f8b519de/fedot/core/pipelines/pipeline.py#L139) they are transform into categorical and the shape of dataset changes from `(16000, 10)` to `(16000, 38)`.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.