i'm using scikitlearn to introduce me to Machine Learning, i' m following this tutorial link to yt but if i try to export the pdf decision tree i have this error: i try to do: open -w review iris.pdf and the result is :
Impossibile ottenere un descrittore di file che si riferisce alla console
if i compile from the terminal i have the error:
Traceback (most recent call last) File "fstraining.py", line 2, in <module>
import graphviz ImportError: No module named graphviz
Thanks for the attention