API to view the features provided as input to each component in a pipeline
Ouverte
new feature
- Langage dominant
- Python
- Étoiles
- 850
- Forks
- 96
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.