Hello,
I’m going through the videos, and am trying to avoid the fastai library to perform the analysis to aid in my own learning.
In video #2, Jeremy uses the draw_tree
function, which I assume is pulling the export_graphviz
library that’s stored in scikitlearn.
Using export_graphviz
is easy enough to create your .dot file, but after this I’m finding it tricky to actually visualize the file itself.
I’m trying to do this by accessing command line tools within my Jupyter notebook in Crestle.
I’ve gone through a few of the solutions listed here: https://stackoverflow.com/questions/1494492/graphviz-how-to-go-from-dot-to-a-graph
but haven’t had any success yet.
Does anyone know how to do this?
Thank you.