API to view the features provided as input to each component in a pipeline
Offen
new feature
- Vorherrschende Sprache
- Python
- Sterne
- 850
- Forks
- 96
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Is this the best way to do it?
```
pipeline = clf.best_pipeline
pipeline.input_feature_names[pipeline.estimator.name]
```
We might want to think through improving this API or at least documenting this is how to do it
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.