API to view the features provided as input to each component in a pipeline
Open
new feature
- Dominant language
- Python
- Stars
- 850
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.