Tudor Lapusan
Tudor Lapusan
did you try the latest version of dtreeviz ?
could you provide a google collab or any kind of shareable notebook so I could reproduce your issue?
Another solution would be to have a horizontal scrolling, like explained here : https://www.geeksforgeeks.org/python-scroll-through-plots/ Made some fast copy/paste with some scrolling code examples, but didn't work for me. Further investigation...
Hi Jeff, thanks for your feedback. indeed, for TF we are supporting right now only ["tensorflow_decision_forests.keras.RandomForestModel", "tensorflow_decision_forests.keras.GradientBoostedTreesModel"]. There is also a check for this (I assume you got an error...
Thanks @wim50594, it helps that you created the steps to reproduce the issue. I will take a look soon, right now I'm in vacation.
@parrt the view() should work for classification tasks, could you give it a try also ? thanks
@kevlariii I see that you are using the old API of the library, could you try with the new version ? You can find examples here : https://github.com/parrt/dtreeviz/tree/master/notebooks If the...
@SPDA36, I noted it and will try to implement in the next days, thanks !
@SPDA36 looking into the source code and your stack trace, I do remember that the rtree_feature_space viz method is not supported yet by xgboost. Would it help if you try...
Hi @taltstidl , Thanks for raising this issue. There was some work related to it but it wasn't done completely. ex. https://github.com/parrt/dtreeviz/pull/299 I will take a look on it in...