The repository contains code for the project "RKHS-SHAP: Shapley Values for Kernel Methods"
To rerun the large scale experiments:
- Download the LOL datset at https://www.kaggle.com/datasets/paololol/league-of-legends-ranked-matches
- Then run RKHS_SHAP_preprocess.py to preprocess the data
- Run debug_train_model_RKHS.py to train the KRR model
- Run rkhs_shap.py to generate the shapley values for the model and a random subset of data
- Run post_process_plots_RKHS.py to generate the plots in the appendix