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
@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 it with sklearn library ?
I will give it a try on weekend to see if I can adapt it to xgboost also, but there were some issues to extract that information (min_sample_leaf) from xgboost tree metadata.
@tlapusan
I have used .rtree_feature_space() with sklearn decision trees and random forest with zero issues. No worries if it wont work with xgboost, but I figured I would try since .rtree_feature_space() is such a cool feature.
As requested by the VisualisationNotYetSupportedError
The text was updated successfully, but these errors were encountered: