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

Fix confusion matrix using only predictions as source for labels #249

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    fb7a1fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from postgresml/levkk-add-ser-for-logistic

    Add serialization for LogisticRegression
    levkk authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0930322 View commit details
    Browse the repository at this point in the history
  3. Serialization for multi-class

    levkk committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    378c3b4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from postgresml/levkk-fix-missing-ser

    Serialization for multi-class
    levkk authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ecd48d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe3ae53 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from gkobeaga/serde-logistic

    Float type restriction with handwritten bounds
    levkk authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9392fe6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

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

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    c44940b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from postgresml/levkk-f1-division-by-zero

    Confusion matrix should use labels from predictions and ground truth
    levkk authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4057c2d View commit details
    Browse the repository at this point in the history
  3. Clippy fixes

    levkk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d91de55 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from postgresml/levkk-fix-f1-metric

    Fix clippy
    levkk authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3356d42 View commit details
    Browse the repository at this point in the history
  5. This is the correct test

    levkk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4ac3ec8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from postgresml/levkk-fix-test-not-sure

    This is the correct test
    levkk authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3dd71b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jul 18, 2023

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

Commits on Nov 2, 2023

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