From 1fd7e38930e045ea1a940db6482200c9ef5a378b Mon Sep 17 00:00:00 2001 From: YeonwooSung Date: Sun, 18 Dec 2022 20:22:56 +0900 Subject: [PATCH] Fix file_not_found issue --- XAI/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XAI/README.md b/XAI/README.md index 016ec52..2e18d45 100644 --- a/XAI/README.md +++ b/XAI/README.md @@ -39,9 +39,9 @@ The explanation model for instance x is the model g (e.g. linear regression mode ### Example (LIME) -[example code (1) - applying LIME to image data](./CV/src/Apply_LIME_to_Image_data.ipynb) +[example code (1) - applying LIME to image data](../CV/src/Apply_LIME_to_Image_data.ipynb) -[example code (2) - applying LIME to text data](./Applying_LIME_to_text_data.ipynb) +[example code (2) - applying LIME to text data](./src/Applying_LIME_to_text_data.ipynb) ## SHAP