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

Add Cramer's V (Cramer's Phi) #1298

Merged
merged 55 commits into from
Nov 14, 2022
Merged

Add Cramer's V (Cramer's Phi) #1298

merged 55 commits into from
Nov 14, 2022

Commits on Oct 28, 2022

  1. Add Cramer's V metric

    stancld committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    82dac55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba6cf16 View commit details
    Browse the repository at this point in the history
  3. Add example for matrix metric

    stancld committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4418797 View commit details
    Browse the repository at this point in the history
  4. Clean tests

    stancld committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    6b4ea3a View commit details
    Browse the repository at this point in the history
  5. Format matrix metric doc

    stancld committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    08a7291 View commit details
    Browse the repository at this point in the history
  6. Clean docs

    stancld committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    092b20e View commit details
    Browse the repository at this point in the history
  7. Fix random seed for doctest

    stancld committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b5c7f18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a58263 View commit details
    Browse the repository at this point in the history
  9. Fix docs

    stancld committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3069f7d View commit details
    Browse the repository at this point in the history
  10. Delete redundant mypy ignore

    stancld committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9b68bc9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b0ada9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd6328e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7724cf9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0b31253 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a2c0e0b View commit details
    Browse the repository at this point in the history
  16. import dythom

    Borda authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f8d52be View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a235430 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    7f7be24 View commit details
    Browse the repository at this point in the history
  2. remove dython checks

    justusschock authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1bfec24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8b555 View commit details
    Browse the repository at this point in the history
  4. forgot to remove import

    justusschock authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e58aa1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    977238c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c340398 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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

Commits on Nov 5, 2022

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

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    5f33b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b52fde View commit details
    Browse the repository at this point in the history
  3. Update docs

    stancld committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    fbeee68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d34189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aeb34a2 View commit details
    Browse the repository at this point in the history
  6. Update matrix test

    stancld committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    89739fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9abb275 View commit details
    Browse the repository at this point in the history
  8. Skip tests with pandas<1.3.2

    stancld committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f8ddfc5 View commit details
    Browse the repository at this point in the history
  9. Fix pytest.mark.skipif spec

    stancld committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    0947c58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34e191a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    ffea71b View commit details
    Browse the repository at this point in the history
  2. move aggregation

    SkafteNicki authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2844236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9082ea4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20038be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2e52f1 View commit details
    Browse the repository at this point in the history
  6. dython

    Borda authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d8c3fa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5379be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed25850 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. retrigger tests

    SkafteNicki authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ad06101 View commit details
    Browse the repository at this point in the history
  2. lower atol

    SkafteNicki authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    60cc052 View commit details
    Browse the repository at this point in the history
  3. try longer testing

    SkafteNicki authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5c3c8ab View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. fix pandas

    SkafteNicki committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    0f941a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e4ab8f View commit details
    Browse the repository at this point in the history
  3. Use pandas>=1.3.2

    stancld committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    7471f28 View commit details
    Browse the repository at this point in the history
  4. trying 1.4.0

    SkafteNicki authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a1bce56 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

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

Commits on Nov 13, 2022

  1. Try to hack reqs

    stancld committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f689e54 View commit details
    Browse the repository at this point in the history
  2. Try to hack reqs

    stancld committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    4d130dd View commit details
    Browse the repository at this point in the history
  3. Try to skip tests on GPU

    stancld committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    feb1f71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c23b0de View commit details
    Browse the repository at this point in the history