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 Thiel's U Statistic (Uncertainty) Metric #1337

Merged
merged 35 commits into from
Nov 19, 2022
Merged

Add Thiel's U Statistic (Uncertainty) Metric #1337

merged 35 commits into from
Nov 19, 2022

Commits on Nov 15, 2022

  1. Updated metrics with thiels_u.py functional code

    Nikhil Shenoy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6655755 View commit details
    Browse the repository at this point in the history
  2. Updated __init__ blocks

    Nikhil Shenoy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    75322ae View commit details
    Browse the repository at this point in the history
  3. Added a thiel's u metric

    Nikhil Shenoy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    172deca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ad92a1 View commit details
    Browse the repository at this point in the history
  5. removed dependence on scipy

    Nikhil Shenoy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0dfa393 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'shenoy/theils_u' of github.com:shenoynikhil/metrics int…

    …o shenoy/theils_u
    Nikhil Shenoy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2602db1 View commit details
    Browse the repository at this point in the history
  7. Renamed Class

    Nikhil Shenoy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3fcac2d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

  1. Modified files to tensorize and changed spell error

    Nikhil Shenoy committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f33b69b View commit details
    Browse the repository at this point in the history
  2. Updated documentation

    Nikhil Shenoy committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    21f7f6f View commit details
    Browse the repository at this point in the history
  3. Added theil's u matrix

    Nikhil Shenoy committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f5b7343 View commit details
    Browse the repository at this point in the history
  4. Updated documentation

    Nikhil Shenoy committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    213a370 View commit details
    Browse the repository at this point in the history
  5. Updated init with nofa

    Nikhil Shenoy committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    04055d5 View commit details
    Browse the repository at this point in the history
  6. Added unit test based on crammer's v test

    Nikhil Shenoy committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    93029b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58c4b1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8b2a22 View commit details
    Browse the repository at this point in the history
  9. Updated return type and made return consistent

    Nikhil Shenoy committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1cd9002 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a366386 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62800f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Updated with mypy fix

    Nikhil Shenoy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    64b0b4c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'shenoy/theils_u' of github.com:shenoynikhil/metrics int…

    …o shenoy/theils_u
    Nikhil Shenoy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3fb2c62 View commit details
    Browse the repository at this point in the history
  3. changelog

    SkafteNicki authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    00ceb0c View commit details
    Browse the repository at this point in the history
  4. doc page

    SkafteNicki authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ffdf438 View commit details
    Browse the repository at this point in the history
  5. docs

    Borda committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    afa5718 View commit details
    Browse the repository at this point in the history
  6. tensor

    Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
    Borda and SkafteNicki authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    52da5a6 View commit details
    Browse the repository at this point in the history
  7. import

    Borda committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5bd1223 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ed3373 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53bb33f View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Daniel Stancl <[email protected]>
    Borda and stancld authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    80b9786 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f085aaf View commit details
    Browse the repository at this point in the history
  12. move compute

    SkafteNicki committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    e1a6bbf View commit details
    Browse the repository at this point in the history
  13. update docstrings

    SkafteNicki committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1c0c511 View commit details
    Browse the repository at this point in the history
  14. remove unused bias term

    SkafteNicki committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    92d9a3b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

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