|
185 | 185 | "implementations": [ |
186 | 186 | { |
187 | 187 | "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" |
189 | 189 | }, |
190 | 190 | { |
191 | 191 | "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" |
193 | 193 | }, |
194 | 194 | { |
195 | 195 | "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" |
197 | 197 | }, |
198 | 198 | { |
199 | 199 | "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" |
201 | 201 | }, |
202 | 202 | { |
203 | 203 | "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" |
205 | 205 | }, |
206 | 206 | { |
207 | 207 | "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" |
209 | 209 | }, |
210 | 210 | { |
211 | 211 | "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" |
213 | 213 | }, |
214 | 214 | { |
215 | 215 | "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" |
217 | 217 | }, |
218 | 218 | { |
219 | 219 | "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" |
221 | 221 | } |
222 | 222 | ], |
223 | 223 | "public_datasets": [ |
|
1041 | 1041 | ], |
1042 | 1042 | "totalImplementations": 136, |
1043 | 1043 | "yearsOfResearch": 7, |
1044 | | - "lastUpdated": "2025-11-26T21:41:00.884001" |
| 1044 | + "lastUpdated": "2025-11-26T21:46:26.137728" |
1045 | 1045 | } |
0 commit comments