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_2024 [2024/11/22 11:28] – [PPCF Counterfactual explainer evaluation] admin | courses:xai:p1_2024 [2024/11/22 12:35] (current) – [Explainable Actrive Learning] admin | ||
---|---|---|---|
Line 35: | Line 35: | ||
The goal is to run hyperparameter optimization algorithm such as optuna, collect results from it and use SHAP to try to explain the impact of different hyperparameters on the quality of the optimization process | The goal is to run hyperparameter optimization algorithm such as optuna, collect results from it and use SHAP to try to explain the impact of different hyperparameters on the quality of the optimization process | ||
+ | |||
+ | |||
+ | ===== Explainable Active Learning | ||
+ | {{: | ||
+ | {{: | ||
+ | |||
+ | The goal is to use SHAP gradients (implemented in LUX) to select instances that should be labelled by expert (Active Learning paradigm) and compare with random sampling. | ||
+ | |||