alteryx/evalml

Add support for Pipelines and Random Forests to visualize_decision_tree

Offen

#1.680 geöffnet am 12.01.2021

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (93 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (852 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Currently visualize_decision_tree supports only Decision Trees. We can expand the functionality to include support for Pipelines (so that the associated estimator can be taken and visualized) and for Random Forests.

Regarding Random Forests, we can choose to add the ability to view the entire forest, or to specify a tree in the forest, or both.

Contributor Guide