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

Improvements and Bug Fixes for Probabilistic Fairness #27

Merged
merged 29 commits into from
Jan 25, 2024

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    76dade3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c399b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    7f8ecde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da13e4f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    04d0c63 View commit details
    Browse the repository at this point in the history
  2. Fix small bug that occurs in summarizer when mambership_df has a surr…

    …ogate column not named 'surrogate'. Update unit tests to fix error.
    mthielbar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    25fc7fd View commit details
    Browse the repository at this point in the history
  3. Add tests for summarizer.

    mthielbar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fa8f8bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ee2d0b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'summarizer_bug' into prob_membership_updates

    Merge update that fixes bug in summarizer that inserts missing values when membership dataframe surrogate column is not named surrogates.
    mthielbar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2ea6660 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    899c747 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 13, 2023

  1. Merge branch 'prob_membership_updates' into update_simulation

    Keep update_simulation up-to-date with proba_membership_updates. It should include all of that branch's fixes.
    mthielbar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4157bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15395ac View commit details
    Browse the repository at this point in the history
  3. Clean up deprecation warning caused by cvx.Variable returning a one-d…

    …imensional numpy array in EqualizedOdds bias mitigation. Convert to float when necessary.
    mthielbar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    325d123 View commit details
    Browse the repository at this point in the history
  4. Turn off user warnings where possible in test_utils_proba.py. Warning…

    …s will still print during unit tests because higher-level API will not have the option to turn warnings off. This keeps the API cleaner.
    mthielbar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9f195d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update to utils_proba.py

    mthielbar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c05ae6e View commit details
    Browse the repository at this point in the history
  2. Edit comments in simulator.

    mthielbar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c2401d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a18d04 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Update minimum weight to 5 rows, according to results from simulation…

    … experiment with min counts per surrogate.
    mthielbar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    721cd3e View commit details
    Browse the repository at this point in the history
  2. Make simulation dataframe large enough so values are not unstable and…

    … unit tests do not fail.
    mthielbar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    13baf31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50ff34e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5971028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83f1782 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Add input data for simulations and supporting notebooks to create out…

    …put charts from results.
    mthielbar committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    377756a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. update

    skadio committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1adfb48 View commit details
    Browse the repository at this point in the history
  2. update

    skadio committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4830f9b View commit details
    Browse the repository at this point in the history
  3. update

    skadio committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    02f0497 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. update

    skadio committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8897d66 View commit details
    Browse the repository at this point in the history