eli5 icon indicating copy to clipboard operation
eli5 copied to clipboard

<IPython.core.display.HTML object>

Open mchirsa5 opened this issue 6 years ago • 0 comments

Hi,

I am trying to explain how my XGBOOST decision tree works. However, my python show "<IPython.core.display.HTML object>" 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.

mchirsa5 avatar Oct 09 '19 17:10 mchirsa5