From e574b7b9dd1a9221b571e4f02804abd581cff69a Mon Sep 17 00:00:00 2001 From: Joaquin Torres Date: Sun, 7 Jul 2024 11:13:10 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ebac73..8751f8a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ This repository is organized as follows: * [compute_shap_vals.py](./explainability/compute_shap_vals.py): Computing SHAP values for final models. * [compute_shap_inter_vals.py](./explainability/compute_shap_inter_vals.py): Computing SHAP interaction values for final models. * [shap_plots.py](./explainability/shap_plots.py): Generating SHAP summary plots for the SHAP and SHAP interaction values computed. Comparing major differences between pre- and post-pandemic groups. - * [output](./explainability/output): - * [plots](./explainability/output/plots): SHAP and SHAP interaction summary plots. + * [output](./explainability/output): SHAP and SHAP interaction summary plots. [Outro] \ No newline at end of file -- 2.24.1