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

Use len(classes_) instead of len(set(y_true)) #5275

Merged
merged 6 commits into from Jan 17, 2022

Commits on Jan 17, 2022

  1. Use n_classes instead of len(set(y_true))

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    33d7845 View commit details
    Browse the repository at this point in the history
  2. fix attribute

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    bed3a15 View commit details
    Browse the repository at this point in the history
  3. use classes_

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    244863f View commit details
    Browse the repository at this point in the history
  4. handle meta estimator

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8bd7f7f View commit details
    Browse the repository at this point in the history
  5. address comment

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    70b55df View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    679203e View commit details
    Browse the repository at this point in the history