API to view the features provided as input to each component in a pipeline
Abierto
new feature
- Lenguaje dominante
- Python
- Estrellas
- 850
- Forks
- 96
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.