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

Batch (parallelized) calculations of beta Shapley #428

Merged

Commits on Sep 5, 2023

  1. Added batch_size parameter to compute_banzhaf_semivalues, `comput…

    …e_beta_shapley_semivalues`, `compute_shapley_semivalues` and `compute_generic_semivalues`.
    Markus Semmler committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0914b66 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Add function measure_execution_time.

    Markus Semmler committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    df5d67d View commit details
    Browse the repository at this point in the history
  2. Adapt test case to check if a small batch size has a performance impr…

    …ovement compared to a singular batch size.
    Markus Semmler committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c081795 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge remote-tracking branch 'origin/develop' into feature/427-batch-…

    …parallelized-calculations-of-beta-shapley
    
    # Conflicts:
    #	tests/value/test_semivalues.py
    Markus Semmler committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    307af25 View commit details
    Browse the repository at this point in the history
  2. Fix comments.

    Markus Semmler committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9083bc2 View commit details
    Browse the repository at this point in the history
  3. Add small comment, if test case fails.

    Markus Semmler committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    365cf8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f47916 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge branch 'develop' into feature/427-batch-parallelized-calculatio…

    …ns-of-beta-shapley
    Markus Semmler committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    78e0737 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Add missing forwarded arg

    mdbenito committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    313fcc0 View commit details
    Browse the repository at this point in the history
  2. Rename for consistency

    mdbenito committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    378feef View commit details
    Browse the repository at this point in the history
  3. Fix alias of generics

    mdbenito committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f6f5639 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab4a203 View commit details
    Browse the repository at this point in the history
  5. Fix docstrings

    mdbenito committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    dfddb58 View commit details
    Browse the repository at this point in the history
  6. Improve deprecation warnings

    mdbenito committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    4118505 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db416d3 View commit details
    Browse the repository at this point in the history
  8. Move IndexT, NameT

    mdbenito committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    eab59c5 View commit details
    Browse the repository at this point in the history
  9. Some type fixes

    mdbenito committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    cc4a26c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a13195 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f160a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    431ee06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d398c27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3b1d4a View commit details
    Browse the repository at this point in the history