/mlem

MIA of Local Explanation Methods

Primary LanguagePython

MIA with Local Explanation Methods

Clone the following repo with:

$ git clone --recursive https://github.com/karjudev/mlem

Create a virtual environment by using:

$ python -m venv virtualenv

Source it with:

$ source ./virtualenv/bin/activate

Install all the dependencies with:

$ pip install -r requirements.txt