eli5
eli5 copied to clipboard
<IPython.core.display.HTML object>
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.