決定木を可視化しようとしているのですが、
GraphViz's executables not found
と表示されてしまいます。
Macを使用しており、Graphvizをインストールする必要があるのかと考えています。
InvocationException Traceback (most recent call last)
<ipython-input-92-a973f5ba1007> in <module>
1 g = pydotplus.graph_from_dot_file(path="tree.dot")
----> 2 gg = g.create_png()
3 img = io.BytesIO(gg)
4 img2= Image.open(img)
5 plt.figure(figsize=(img2.width/100, img2.height/100), dpi=100)/opt/anaconda3/lib/python3.8/site-packages/pydotplus/graphviz.py in <lambda>(f, prog)
1795 self.setattr(
1796 'create_' + frmt,
-> 1797 lambda f=frmt, prog=self.prog: self.create(format=f, prog=prog)
1798 )
1799 f = self.dict['create_' + frmt]/opt/anaconda3/lib/python3.8/site-packages/pydotplus/graphviz.py in create(self, prog, format)
1957 self.progs = find_graphviz()
1958 if self.progs is None:
-> 1959 raise InvocationException(
1960 'GraphViz's executables not found')
1961InvocationException: GraphViz's executables not found
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/11 21:42