marcotcr / lime

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

ModuleNotFoundError: No module named 'lime.lime_tabular'; 'lime' is not a package #599

Closed kamadforge closed 3 years ago

kamadforge commented 3 years ago

When I run a script with

import lime.lime_tabular

I get an error

ModuleNotFoundError: No module named 'lime.lime_tabular'; 'lime' is not a package

This happens with the newest version 0.2.0.1 (tried to install both through pip and from the Github source)

kamadforge commented 3 years ago

Nevermind, I called my script "lime".