Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| courses:xai:p1_2025 [2025/11/20 12:34] – [Predictive multiplicity estimation] admin | courses:xai:p1_2025 [2025/12/01 09:24] (current) – [Programming Assignment I] admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Assignments marked with {{: | Assignments marked with {{: | ||
| Projects marked with {{: | Projects marked with {{: | ||
| + | |||
| + | Select your project: | ||
| + | * [Monday group]: [[https:// | ||
| Line 75: | Line 78: | ||
| - | ===== TSProto for Colab ===== | ||
| - | Try to run tutorials of [[https:// | ||
| - | Once done, create a pull request to include the changes in the current implementation of TSProto | ||
| + | ===== Counterfactual Analysis ===== | ||
| + | {{: | ||
| + | Benchmark 3 models on 3 datasets (e.g., Breast Cancer, Adult, Heart Disease), explain the best model using (SHAP, Lime, and feature importance), | ||
| + | |||
| + | **Extra**: Evaluate the counterfactual explanations. | ||
| + | |||
| + | ===== Human-Constrained Counterfactuals ===== | ||
| + | {{: | ||
| + | |||
| + | Train a classifier on a tabular dataset (e.g., Breast Cancer, Adult, Heart Disease), generate counterfactual explanations for selected instances without any constraints using (ACFX, DICE, CLUE, CFNOW) , then regenerate counterfactuals while forbidding changes to sensitive or immutable features (e.g., age, gender, race, marital status, education). Compare both sets of explanations in a before/ | ||
| + | Example: “A bank cannot change a customer’s age or marital status, but can suggest financial improvements.” | ||
| + | |||
| + | **Extra**: Quantify how many counterfactuals become invalid or infeasible when constraints are applied. | ||
| + | |||
| + | ===== Correlation Problems in XAI ===== | ||
| + | |||
| + | Train a model on a dataset with correlated features (e.g., Breast Cancer, Adult, Heart Disease). Visualize the correlation structure, then generate explanations using two XAI methods (e.g., SHAP and LIME). Identify at least one case where the model attributes importance to a feature that is likely acting as a proxy for another correlated variable. Show before/ | ||
| + | |||
| + | **Extra**: Propose and implement one strategy to reduce misleading explanations (e.g., feature grouping, PCA, domain-level feature merging…). | ||
| + | |||
| + | |||
| + | ===== TSProto for Colab ===== | ||
| + | |||
| + | Try to run tutorials of [[https:// | ||
| + | Once done, create a pull request to include the changes in the current implementation of TSProto | ||