Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Global Actions in A Nutshell For Counterfactual Explainability (GLANCE) framework #196

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

ntheol
Copy link

@ntheol ntheol commented Oct 17, 2024

This PR is to add GLANCE, Global Actions in A Nutshell For Counterfactual Explainability framework.

GLANCE is a versatile and adaptive framework for generating global counterfactual explanations. These explanations are expressed as actions that offer recourse to large population subgroups. The framework aims to provide explanations and insights, ensuring that the actions benefit as many individuals as possible.

GLANCE comprises of two algorithms:

  • C-GLANCE: employs a clustering-based approach for generating global counterfactual explanations that allows the user to specify the number of global actions generated and serves as a tool to explain and debug ML models.

  • T-GLANCE: generates global counterfactual explanations using a decision tree-like structure. T-GLANCE's key strength is that allows policy-makers or auditors to select the features that determine the partitioning of the tree. By allowing
    users to guide the feature selection, T-GLANCE can adapt to specific policy needs or audit requirements.

  • algorithm folders are here

  • example notebook can be found here

  • algorithm's dependencies are here

Closes #195 issue.

Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
-Changed Counterfactual Treeto T_GLANCE

-Fixed class imports

Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Signed-off-by: Nikolas Theologitis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Placeholder Issue: Upcoming Pull Request for the GLANCE Framework
1 participant