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/24 09:53] – 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 ===== | ===== 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), | Benchmark 3 models on 3 datasets (e.g., Breast Cancer, Adult, Heart Disease), explain the best model using (SHAP, Lime, and feature importance), | ||
| Line 88: | Line 89: | ||
| ===== Human-Constrained Counterfactuals ===== | ===== 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/ | 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/ | ||
| Line 101: | Line 103: | ||
| + | ===== 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 | ||