決定木の可視化などに使うgraphvizをMacにインストールする手順のメモです。 ついでにpythonライブラリもインストールします。 まず、本体の方はドキュメントにある通り、homebrewでインストールできます。 brew install graphviz pythonライブラリの方はこちら。 pipコマンドでインストールします。 pip install graphviz 動作確認をかねて Quickstartのコードを動かしてみましょう。 >>> from graphviz import Digraph >>> dot = Digraph(comment='The Round Table') >>> dot #doctest: +ELLIPSIS >>> dot.node('A', 'King Arthur') >>> dot.node('B', 'Sir Bedevere the