Skip to content

Commit 3be4b73

Browse files
committed
Update links for interpretability bootcamp
1 parent 89748e2 commit 3be4b73

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

catalog/public/data/repositories.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,39 +185,39 @@
185185
"implementations": [
186186
{
187187
"name": "LIME",
188-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/LIME"
188+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/LIME"
189189
},
190190
{
191191
"name": "SHAP",
192-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/SHAP"
192+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/SHAP"
193193
},
194194
{
195195
"name": "PDP (Partial Dependence Plot)",
196-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/partial_dependence_plots"
196+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/partial_dependence_plots"
197197
},
198198
{
199199
"name": "ALE (Accumulated Local Effects)",
200-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/acc_local_effects"
200+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/acc_local_effects"
201201
},
202202
{
203203
"name": "Integrated Gradients",
204-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/integrated_gradients"
204+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/integrated_gradients"
205205
},
206206
{
207207
"name": "Counterfactual Explanations",
208-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/counterfactual"
208+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/counterfactual"
209209
},
210210
{
211211
"name": "Generalized Additive Model",
212-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Intepretable-models/Tabular/GAM"
212+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Intepretable-models/Tabular/GAM"
213213
},
214214
{
215215
"name": "Neural Additive Model",
216-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Intepretable-models/Tabular/NAM-NodeGAM"
216+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Intepretable-models/Tabular/NAM-NodeGAM"
217217
},
218218
{
219219
"name": "Explainable Boosting Machine",
220-
"url": "https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Intepretable-models/Tabular/EBM"
220+
"url": "https://github.com/VectorInstitute/interpretability/tree/main/implementations/Intepretable-models/Tabular/EBM"
221221
}
222222
],
223223
"public_datasets": [
@@ -1041,5 +1041,5 @@
10411041
],
10421042
"totalImplementations": 136,
10431043
"yearsOfResearch": 7,
1044-
"lastUpdated": "2025-11-26T21:41:00.884001"
1044+
"lastUpdated": "2025-11-26T21:46:26.137728"
10451045
}

repositories/interpretability.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ repo_id: VectorInstitute/interpretability
33
description: "A repository providing reference implementations and resources for the 2025 Bootcamp on Interpretable and Explainable AI, covering both post-hoc explainability methods and interpretable models"
44
implementations:
55
- name: LIME
6-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/LIME
6+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/LIME
77
- name: SHAP
8-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/SHAP
8+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/SHAP
99
- name: PDP (Partial Dependence Plot)
10-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/partial_dependence_plots
10+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/partial_dependence_plots
1111
- name: ALE (Accumulated Local Effects)
12-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/acc_local_effects
12+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/acc_local_effects
1313
- name: Integrated Gradients
14-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/integrated_gradients
14+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/integrated_gradients
1515
- name: Counterfactual Explanations
16-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Post-hoc/counterfactual
16+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Post-hoc/counterfactual
1717
- name: Generalized Additive Model
18-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Intepretable-models/Tabular/GAM
18+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Intepretable-models/Tabular/GAM
1919
- name: Neural Additive Model
20-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Intepretable-models/Tabular/NAM-NodeGAM
20+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Intepretable-models/Tabular/NAM-NodeGAM
2121
- name: Explainable Boosting Machine
22-
url: https://github.com/VectorInstitute/interpretability/tree/main/reference_implementations/Intepretable-models/Tabular/EBM
22+
url: https://github.com/VectorInstitute/interpretability/tree/main/implementations/Intepretable-models/Tabular/EBM
2323
public_datasets:
2424
- name: Gas turbine dataset
2525
url: https://archive.ics.uci.edu/dataset/551/gas+turbine+co+and+nox+emission+data+set

0 commit comments

Comments
 (0)