alteryx / alteryx/evalml

Add util method to component graph to get components based on component class

Aperta
#2,878 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
good first issue new feature
Lingua principale
Python
Stelle
850
Fork
96
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Right now, `component_graph.get_component` expects a string which is the unique name used to find a component in the graph (ex: "My Label Encoder", and not "Label Encoder"). This makes it difficult to find components of a specific class, ex LabelEncoder instances. We should add a method to help with this!

API should take into consideration what happens if we have multiple of the same component in a graph. Ex: if we have two label encoders under "LE 1" and "LE 2", we should find both.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.