一、准备阶段 下面是在jupyter notebook中实现决策树的可视化,所以需要先在Anaconda Powershell Prompt中使用 pip install graphviz 安装相应的包 然后实现可视化需要用到graphviz文件,可以点击……