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

feat: HyperSHAP #102

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

feat: HyperSHAP #102

wants to merge 33 commits into from

Commits on Oct 18, 2024

  1. simple draft of shap module

    Fersoil authored and Fersoil committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c397d1c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    116adef View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. simple test for SHAPExplanation

    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    79d3f5e View commit details
    Browse the repository at this point in the history
  2. plots proposition

    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c823e28 View commit details
    Browse the repository at this point in the history
  3. simple validation of explanation object

    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0088891 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hyper-shap' of github.com:xai4space/meteors into hyper-…

    …shap
    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e2205d3 View commit details
    Browse the repository at this point in the history
  5. adjustments of validation the SHAPExplanation object

    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ab37cbc View commit details
    Browse the repository at this point in the history
  6. added dependence to README and shap to reference

    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7f35c8a View commit details
    Browse the repository at this point in the history
  7. mypy interprets the shap folder as a shap package

    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c85d21f View commit details
    Browse the repository at this point in the history
  8. validations for the visualizations

    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5b9e831 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    048dab7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2955f15 View commit details
    Browse the repository at this point in the history
  11. fixing the imports after structure change

    Fersoil authored and Fersoil committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b43da2a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    f4c073a View commit details
    Browse the repository at this point in the history
  2. linting

    Fersoil authored and Fersoil committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2422f0b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hyper-shap' of github.com:xai4space/meteors into hyper-…

    …shap
    Fersoil authored and Fersoil committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d5be6cb View commit details
    Browse the repository at this point in the history
  4. draft of visualizations

    Fersoil authored and Fersoil committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3103987 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. args in test fixes

    Fersoil authored and Fersoil committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5f2f7b0 View commit details
    Browse the repository at this point in the history
  2. another test args fixes

    Fersoil authored and Fersoil committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d16947a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    f12b377 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. explanations and feature names - the wrong way

    Fersoil authored and Fersoil committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d72ff5e View commit details
    Browse the repository at this point in the history
  2. removed the mess around feature_names

    Fersoil authored and Fersoil committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8500d3c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. added dependence_plot implementation

    Fersoil authored and Fersoil committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    ef0d6e9 View commit details
    Browse the repository at this point in the history
  2. added tests and fixes

    Fersoil authored and Fersoil committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c926d5e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. added wavelengths bar plot

    Fersoil authored and Fersoil committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    049e631 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Merge branch 'main' into hyper-shap

    Fersoil authored and Fersoil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1adc1c2 View commit details
    Browse the repository at this point in the history
  2. added more detailed tests for shap

    Fersoil authored and Fersoil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    16624fb View commit details
    Browse the repository at this point in the history
  3. refined the wavelength bar plot

    Fersoil authored and Fersoil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    72a0361 View commit details
    Browse the repository at this point in the history
  4. added tests for visualization

    Fersoil authored and Fersoil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5059b30 View commit details
    Browse the repository at this point in the history
  5. fixed averaging of multiple features in the same band group, added title

    Fersoil authored and Fersoil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d86d828 View commit details
    Browse the repository at this point in the history
  6. fixed an edge case when averagining and there are different number of…

    … features in each bands
    Fersoil authored and Fersoil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a579e0e View commit details
    Browse the repository at this point in the history
  7. added none handling in the wavelengths bar plot

    Fersoil authored and Fersoil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0461429 View commit details
    Browse the repository at this point in the history
  8. fixed the condition when the line is drawn separating bars

    Fersoil authored and Fersoil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b71998a View commit details
    Browse the repository at this point in the history