-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Refactor accuracy_score #1748
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
Comments
It might be better to do the opposite. In multilabel classification, there is the jaccard similarity score that is also called accuracy and is another type of averaging to compute the accuracy. |
I thought the |
I will submit a patch. I would like to add the normalize option to the |
sure! thanks :) |
Fix in #1750 |
I think it should be computed in terms of
zero_one_loss
to avoid code duplication.The text was updated successfully, but these errors were encountered: