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

Asymmetric Causal Shapley values #395

Closed
wants to merge 62 commits into from

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    9d34c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7ee1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a41ebd7 View commit details
    Browse the repository at this point in the history
  4. Updated the setup files

    LHBO committed May 23, 2024
    Configuration menu
    Copy the full SHA
    633bc5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68317a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    996593b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Updated Gaussian approach

    LHBO committed May 25, 2024
    Configuration menu
    Copy the full SHA
    a112800 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    9a4e999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d16221 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    4a29d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d49bc52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1186657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    116f7ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27915ec View commit details
    Browse the repository at this point in the history
  6. Added extra objects related to causal Shapley. Maybe not needed after…

    … all, but they show which feature combinations that are actually used in the iterative sampling steps in the causal setup.
    LHBO committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0052209 View commit details
    Browse the repository at this point in the history
  7. Bike rental example

    LHBO committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3e972e9 View commit details
    Browse the repository at this point in the history
  8. Updated the inst/script

    LHBO committed May 29, 2024
    Configuration menu
    Copy the full SHA
    80937f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    faf9544 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1eed1fa View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Started on the vignette

    LHBO committed May 31, 2024
    Configuration menu
    Copy the full SHA
    41b2392 View commit details
    Browse the repository at this point in the history
  2. Note to myself

    LHBO committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1eba63d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7553582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1065dea View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    3e22278 View commit details
    Browse the repository at this point in the history
  2. Worked more on the vignette

    LHBO committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5360ff0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    71c545e View commit details
    Browse the repository at this point in the history
  2. Fixed S_causal_steps_unique that broke for marginal. Now we also remo…

    …ve NULLs and duplicate of integer(0).
    LHBO committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5f45514 View commit details
    Browse the repository at this point in the history
  3. Updated prepare_data_causal

    LHBO committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5c7eef6 View commit details
    Browse the repository at this point in the history
  4. More updates to the vignette

    LHBO committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    af041d0 View commit details
    Browse the repository at this point in the history
  5. Update gitignore

    LHBO committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    eb0777a View commit details
    Browse the repository at this point in the history
  6. Updated vaeac such that it trains on the relevant combinations for …

    …causal Shapley values
    LHBO committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2302cd6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    057c3ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8767477 View commit details
    Browse the repository at this point in the history
  9. More updates to the vignette

    LHBO committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    44e8ac4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Typo

    LHBO committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    946eaa4 View commit details
    Browse the repository at this point in the history
  2. Produce better error message in plot.shapr, and allow for taking the …

    …mean of grouped features. Otherwise, we cannot make a beeswarm plot for grouped Shapley values
    LHBO committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1719d68 View commit details
    Browse the repository at this point in the history
  3. Typo

    LHBO committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4677c0a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Added two new sections

    LHBO committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    94abd6c View commit details
    Browse the repository at this point in the history
  2. Update vignette and add figures

    LHBO committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e27c238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146f385 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Updated vignette

    LHBO committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4a91831 View commit details
    Browse the repository at this point in the history
  2. Updated heskes files

    LHBO committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    70fff19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    737f412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    731955d View commit details
    Browse the repository at this point in the history
  5. Test output

    LHBO committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a82cdea View commit details
    Browse the repository at this point in the history
  6. Typo

    LHBO committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    49b4f37 View commit details
    Browse the repository at this point in the history
  7. Adde the test results

    LHBO committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    755df3e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    a3eacff View commit details
    Browse the repository at this point in the history
  2. Updated the categorical approach

    LHBO committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bcb675b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc30dec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed43b5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d227a74 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    5e64a08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bbfe53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26d7fdf View commit details
    Browse the repository at this point in the history
  4. Updates to the vignette

    LHBO committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f854c32 View commit details
    Browse the repository at this point in the history
  5. Updated the tests

    LHBO committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9986cc2 View commit details
    Browse the repository at this point in the history
  6. File to demonstratet the categorical gives a bit different Shapley va…

    …lues both in the conditional and in the causal framework
    LHBO committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    17c2629 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a5ae5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ae6839 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25604fe View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. vignette fiks

    LHBO committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0cb5269 View commit details
    Browse the repository at this point in the history