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

Emmanuel confusion matrix #833

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Commits on Nov 21, 2024

  1. Return the predicted label in the tests

    Added the feature in the library and in the webapp so that when we test from the webapp, it return the predicted element, and if it was correct or no
    tomasoignons committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5191140 View commit details
    Browse the repository at this point in the history
  2. Added the confusion matrix generation

    This commit add
    - the fact that the validator return you the correct prediction
    - the confusion matrix (for the moment, with the labels as numbers, and whithout light mode) in the test page statistics
    - the confusion matrix is extendable (it works not only for boolean, but also for multi classification)
    tomasoignons committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8bb5b8c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Added dark mode support and labels for the confusion matrix

    - Move the confusion matrix into her own space
    - Add dark mode support for the confusion matrix
    - Add the labels as the title of the confusion matrix, instead of "1" or "2" (the labels have to be predicted at least once)
    tomasoignons committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    ee6d844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    696c3f8 View commit details
    Browse the repository at this point in the history