mudassirkhan19 / permutation-importance

Repo for demonstrating how to compute and visualize permutation importance for sklearn models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permutation Importance

Repo for demonstrating how to compute and visualize permutation importance for sklearn models.

Setting up your machine

  • Clone the repo in your machine
  • From the project directory run make setup to install the conda environment to recreate the results (requires conda to be installed).

Running the jupyter notebooks

  • In your terminal type conda activate perfimp to activate the conda environment.
  • Type jupyter notebook to start the notebook server.
  • Open the notebook in the notebooks folder and run it and experiment as you like.

About

Repo for demonstrating how to compute and visualize permutation importance for sklearn models.


Languages

Language:Jupyter Notebook 96.5%Language:Python 3.3%Language:Makefile 0.2%