You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce the results in Section 8 and Appendix H:
4
+
- Run `investigation-runner.sh` in the `get-values` subdirectory. This script reads the miami housing data in `data_openml` and saves the local feature importance scores in a new `lfi-values` folder.
5
+
- In the `compile-results` subdirectory, run `compile-runner.sh`, which takes the LFI scores in `lfi-values` and clusters on them, saving cluster labels and errors to a new `cluster-results` subdirectory.
6
+
- Still in `compile-results`, run the `case-study.ipynb` notebook, producing the figures displayed in both Section 8 and Appendix H.
0 commit comments