You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would fail because of the issue described in the comment. Some nodes will not be generated, however, their file paths will be written into SVG file. When passing to graphviz later, this would error due to "file not found" for those missing plots.
dtreeviz/dtreeviz/trees.py
Line 1255 in a0e85a0
dtreeviz/dtreeviz/trees.py
Line 1257 in a0e85a0
Example:
Would work just fine
This would fail because of the issue described in the comment. Some nodes will not be generated, however, their file paths will be written into SVG file. When passing to graphviz later, this would error due to "file not found" for those missing plots.
The text was updated successfully, but these errors were encountered: