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 remaning sklearn metrics #2562

Merged
merged 45 commits into from
Aug 5, 2020

Commits on Jul 8, 2020

  1. added balanced accuracy

    Nicki Skafte committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    8a5443f View commit details
    Browse the repository at this point in the history
  2. added dcg score

    Nicki Skafte committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    9d87a94 View commit details
    Browse the repository at this point in the history
  3. added mean absolute error

    Nicki Skafte committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    433eb76 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. added mean squared error

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    6ad09e5 View commit details
    Browse the repository at this point in the history
  2. fix

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    3ffb00b View commit details
    Browse the repository at this point in the history
  3. added mean squared log error

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    7b66b81 View commit details
    Browse the repository at this point in the history
  4. add median absolute error and r2 score

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    465b3f6 View commit details
    Browse the repository at this point in the history
  5. switch arguments

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    50a34e3 View commit details
    Browse the repository at this point in the history
  6. added mean poisson deviance

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    e676537 View commit details
    Browse the repository at this point in the history
  7. add mean gamma deviance and mean tweedie deviance

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    f00da52 View commit details
    Browse the repository at this point in the history
  8. fix styling

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    228ac6c View commit details
    Browse the repository at this point in the history
  9. added explained variance score

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    2987a1e View commit details
    Browse the repository at this point in the history
  10. added cohen kappa score

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    11d5784 View commit details
    Browse the repository at this point in the history
  11. added hamming, hinge, jaccard

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    49673cd View commit details
    Browse the repository at this point in the history
  12. fix styling

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    960ca7a View commit details
    Browse the repository at this point in the history
  13. update sklearn requirement to newer version

    Nicki Skafte committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    2322eaf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

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

    SkafteNicki committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c28d853 View commit details
    Browse the repository at this point in the history
  3. fix doctest

    SkafteNicki committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    bf3c884 View commit details
    Browse the repository at this point in the history
  4. fix tests

    SkafteNicki committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    88159b0 View commit details
    Browse the repository at this point in the history
  5. added balanced accuracy

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    7ad50aa View commit details
    Browse the repository at this point in the history
  6. added dcg score

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    8db8f88 View commit details
    Browse the repository at this point in the history
  7. added mean absolute error

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1bb0765 View commit details
    Browse the repository at this point in the history
  8. added mean squared error

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    76a9440 View commit details
    Browse the repository at this point in the history
  9. fix

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    bebe4ad View commit details
    Browse the repository at this point in the history
  10. added mean squared log error

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d7f75bc View commit details
    Browse the repository at this point in the history
  11. add median absolute error and r2 score

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    79902a8 View commit details
    Browse the repository at this point in the history
  12. switch arguments

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ed6fe1d View commit details
    Browse the repository at this point in the history
  13. added mean poisson deviance

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    fd0ac8b View commit details
    Browse the repository at this point in the history
  14. add mean gamma deviance and mean tweedie deviance

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    7a56adb View commit details
    Browse the repository at this point in the history
  15. fix styling

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a1a4ba9 View commit details
    Browse the repository at this point in the history
  16. added explained variance score

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    76a7b82 View commit details
    Browse the repository at this point in the history
  17. added cohen kappa score

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d50d271 View commit details
    Browse the repository at this point in the history
  18. added hamming, hinge, jaccard

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3f0ccaa View commit details
    Browse the repository at this point in the history
  19. fix styling

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    82fc970 View commit details
    Browse the repository at this point in the history
  20. update sklearn requirement to newer version

    Nicki Skafte authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4d55525 View commit details
    Browse the repository at this point in the history
  21. fix doctest

    SkafteNicki authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9d9212a View commit details
    Browse the repository at this point in the history
  22. fix tests

    SkafteNicki authored and Borda committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cae35c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. fix doctest

    SkafteNicki committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    5b0e028 View commit details
    Browse the repository at this point in the history
  2. merge

    SkafteNicki committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    64244c5 View commit details
    Browse the repository at this point in the history
  3. fix failing docs

    SkafteNicki committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f6f540c View commit details
    Browse the repository at this point in the history
  4. fix test

    SkafteNicki committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    1b11bbe View commit details
    Browse the repository at this point in the history
  5. trying to fix errors

    SkafteNicki committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    1b09b7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce07987 View commit details
    Browse the repository at this point in the history
  7. format

    Borda committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    2cf2f32 View commit details
    Browse the repository at this point in the history