/permutation-importance

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

Primary LanguageJupyter Notebook

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.