parrt / dtreeviz

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

get_score() is not implemented yet for XGBoost. #319

Open rahulsound opened 5 months ago

tlapusan commented 5 months ago

Hi @rahulsound,

If I remember correctly, I didn't find a way to get this information from xgboost tree metadata. In which usecase would you need this ? thanks