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

Commits on Oct 10, 2024

  1. Glance Initial Commit

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9a84a57 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. deleted unnecessary code from node.py and iterative_merges.py

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2a63966 View commit details
    Browse the repository at this point in the history
  2. Added compas_data folder and class for COMPASDataset

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a20f1b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. added documentation

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    51f421b View commit details
    Browse the repository at this point in the history
  2. tests initial commit under \tests\glance

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    15a7426 View commit details
    Browse the repository at this point in the history
  3. Updated setup.py with GLANCE requirements

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e76774f View commit details
    Browse the repository at this point in the history
  4. updated documentation on iterative_merges class

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    03733a4 View commit details
    Browse the repository at this point in the history
  5. - Changed Iterative Merges to C_GLANCE

    -Changed Counterfactual Treeto T_GLANCE
    
    -Fixed class imports
    
    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ec0b1d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Added Adult Dataset and preprocess code

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9d35838 View commit details
    Browse the repository at this point in the history
  2. deleted Compas demo

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    edaa002 View commit details
    Browse the repository at this point in the history
  3. Dropped Fnlwgt feature in data prerpocessing

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    99e550b View commit details
    Browse the repository at this point in the history
  4. deleted unused code

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6eca838 View commit details
    Browse the repository at this point in the history
  5. changed fig height and width of output graph on the tree

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    49065d8 View commit details
    Browse the repository at this point in the history
  6. Updated demo notebook

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    755f9be View commit details
    Browse the repository at this point in the history
  7. Updated demo notebook

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0951a8e View commit details
    Browse the repository at this point in the history
  8. Updated demo notebook

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    36b041b View commit details
    Browse the repository at this point in the history
  9. Updated demo notebook

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    23843ce View commit details
    Browse the repository at this point in the history
  10. updated link to adult dataset

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4026523 View commit details
    Browse the repository at this point in the history
  11. Minor Type Annotation Fix

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3f4c854 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Added link to the repsective paper in notebook description

    Signed-off-by: Nikolas Theologitis <[email protected]>
    ntheol committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ae6baf8 View commit details
    Browse the repository at this point in the history