[WIP] add balanced_accuracy_score metric #3506#3929
[WIP] add balanced_accuracy_score metric #3506#3929ppuggioni wants to merge 1 commit intoscikit-learn:masterfrom ppuggioni:balanced-score
Conversation
|
Oh, so should I close mine PR? There are still some TODOs in my PR that I haven't finished though. |
There was a problem hiding this comment.
Should multilabel be supported?
|
Would be nice to add an example illustrating possible use-cases of balanced accuracy. For instance a binary classification task with highly imbalanced classes, where a classifier which assigns everything to the majority class obtains high accuracy but low balanced-accuracy. |
|
I'm not sure if the documentation has a similar example for P/R/F, but an On 14 December 2014 at 23:45, Jan Hendrik Metzen notifications@github.com
|
|
I think adding an example would be a good idea. I will work on the comment by @jnothman and then on an example in a couple of weeks during the christmas break! |
|
The other PR says |
|
@amueller No. I don't think so. For example, The wikipedia definition of jaccard similarity http://en.wikipedia.org/wiki/Jaccard_index#Similarity_of_asymmetric_binary_attributes |
|
closed in favor of #5588 |
It refers to the issue #3506