marcotcr / lime

Lime: Explaining the predictions of any machine learning classifier
BSD 2-Clause "Simplified" License
11.4k stars 1.79k forks source link

Deprecation Warning for Ipython #700

Open Alex-Wenner-FHR opened 1 year ago

Alex-Wenner-FHR commented 1 year ago

I see this error when running show_in_notebook():

/opt/miniconda3/lib/python3.9/site-packages/lime/explanation.py:194:
DeprecationWarning: Importing display from 
IPython.core.display is deprecated since IPython 7.14, 
please import from IPython display
  from IPython.core.display import display, HTML

Appears to be coming from line 194 explanation.py

This also prevents the table from rendering!