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

Error importing eli5 #366

Closed Dola47 closed 4 years ago

Dola47 commented 4 years ago

Hi All,

I am using python 3.6.9. I have the latest version of eli5 installed (0.10.1).

When I try to import eli5 in Juypter notebook, I usually get an error [ ModuleNotFoundError: No module named 'eli5']. However, as I mentioned it is installed, and I checked it in my pip list and found it.

Any ideas what is going on?