parrt / dtreeviz

A python library for decision tree visualization and model interpretation.
MIT License
2.94k stars 331 forks source link

Support for RandomForest #300

Open marcodelmoral opened 1 year ago

marcodelmoral commented 1 year ago

Is there support for SKlearn's RandomForest?

tlapusan commented 1 year ago

Hi @marcodelmoral, did you try it and didn't work ?

marcodelmoral commented 1 year ago

Hi @marcodelmoral, did you try it and didn't work ?

Just tried and its not supported.

parrt commented 1 year ago

You can only display one tree at a time. Are you sending in one tree or a forest?

marcodelmoral commented 1 year ago

Im sending the whole forest, I'll grab the best tree and try with it. Thanks for the answers cheers!

tlapusan commented 1 year ago

@marcodelmoral did it work ? if yes, we could close this issue. thanks