TeamHG-Memex / eli5

A library for debugging/inspecting machine learning classifiers and explaining their predictions
http://eli5.readthedocs.io
MIT License
2.74k stars 332 forks source link

<IPython.core.display.HTML object> #344

Open mchirsa5 opened 4 years ago

mchirsa5 commented 4 years ago

Hi,

I am trying to explain how my XGBOOST decision tree works. However, my python show "" when I implement "show_weights(xgb_model)".

I have tried using "display(show_weights(xgb_model))" but I got the same response from python.

Could you please guide me on how to see the plot. I'm using IDLE 3.5.