awoonor / dsdojo-2022_ML-interpretability

Workshop for Data Science Dojo September 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop for Data Science Dojo September 2022

Interpreting an Employment Classifier for North Carolina

Downloadable Pre-requisites

  • Jupyter environment with *Python >= 3.6 and the following python libraries are required:
  1. numpy==1.21.6 *
  2. pandas==1.3.5 *
  3. tqdm==4.64.0 *
  4. scikit-learn==1.0.2 *
  5. matplotlib==3.1.1 *
  6. seaborn==0.11.2 *
  7. imgaug==0.2.5
  8. rulefit==0.3
  9. PDPbox==0.2.0+13.g73c6966
  10. folktables==0.0.11
  11. catboost==0.24.1
  12. imodels==1.3.0
  13. interpret==0.2.7
  14. shap==0.37.0
  15. PyALE==1.1.2
  16. lime==0.2.0.1

(please note that Google Colab comes with all those marked with * pre-installed and code provided will come with instructions on how to install everything else)

Additional Instructions

If you plan to run workshops code in your local machine, make sure you have a working Jupyter environment with the latest version of Python. If you don’t have one, you can install Anaconda, but please do so before the session. The code we will using is located here. Although additional libraries can be installed quickly and usually do so without any issues, it is recommended that you install them in advance (just in case the local environment presents some problems).

If you are planning to run the code in the cloud, the Colab notebook is located here. It will come with instructions on how to install the additional libraries in Colab. Please install these at the beginning of the session.

About

Workshop for Data Science Dojo September 2022

License:MIT License


Languages

Language:Jupyter Notebook 100.0%