alteryx/evalml

Add support for Pipelines and Random Forests to visualize_decision_tree

开放

#1,680 创建于 2021年1月12日

 (2 条评论) (0 个反应) (0 位负责人)Python (93 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (852 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南