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

Normalization of unbalanced confusion matrix? #2

Open
hahong opened this issue Jul 18, 2012 · 2 comments
Open

Normalization of unbalanced confusion matrix? #2

hahong opened this issue Jul 18, 2012 · 2 comments
Assignees

Comments

@hahong
Copy link

hahong commented Jul 18, 2012

For dprime_from_confusion_ova()

Need to search literature to find out "standard" way of doing this.

@ghost ghost assigned hahong Jul 18, 2012
@hahong
Copy link
Author

hahong commented Jul 18, 2012

d' is independent of the threshold (or decision boundary), so it is immune to unbalanced positive and negative samples --- i.e., no need to balance. Am I correct? cc: @npinto, @cadieu, @yamins81

@cadieu
Copy link

cadieu commented Jul 18, 2012

Correct, by definition, the d' considers the positive and negative
distributions independently and works with the mean and variance of each
distribution. So no need to balance.
But given only decisions (as in the case of human responses) you can also
compute d', and these decisions have some implicit threshold, which if
changed, could change the d'.

Also, here's that discussion of ROC vs. PrecisionRecall curves, which
relates to balancing the dataset (see bottom of page):
http://www.eecs.berkeley.edu/Research/Projects/CS/vision/bsds/

On Wed, Jul 18, 2012 at 1:06 PM, Ha Hong <
reply@reply.github.com

wrote:

d' is independent of the threshold (or decision boundary), so it is immune
to unbalanced positive and negative samples --- i.e., no need to balance.
Am I correct? cc: @npinto, @cadieu, @yamins81


Reply to this email directly or view it on GitHub:
#2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants