I'm trying to run a Random Forest analysis on Python 2.7 and I get this error while trying to create the graph of the decision trees. error
I've tried reinstalling pydot and graphviz in alternating orders and I've also tried adding dot.exe to my system variables path with the value as C:\Program Files(x86)\Graphviz2.38\bin\
I'm fairly new to coding so I'd appreciate if you can explain the steps in detail.
Thanks!