Skip to content

Commit

Permalink
Fix file_not_found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonwooSung committed Dec 18, 2022
1 parent c1f2b82 commit 1fd7e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XAI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1fd7e38

Please sign in to comment.