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

Fixed computation of coefficient of variation in classification_metrics #288

Merged
merged 2 commits into from Jan 21, 2022

Conversation

plankington
Copy link
Contributor

The current implementation uses 2sqrt(GE(alpha=2)); however, GE(2) = 1/2 (cv)^2 which implies sqrt(2GE(2)) = cv.

…c.py - c_v = sqrt(2*GE(alpha=2))

Signed-off-by: Eric Augustine <eaugustine011@gmail.com>
@krvarshney
Copy link
Contributor

Good catch. Thanks for noticing it. @hoffmansc, are there any other downstream changes that would be needed beyond what @plankington has made?

Signed-off-by: Samuel Hoffman <hoffman.sc@gmail.com>
@hoffmansc
Copy link
Collaborator

Good catch. Thanks for noticing it. @hoffmansc, are there any other downstream changes that would be needed beyond what @plankington has made?

Yep, updated now.

@hoffmansc hoffmansc merged commit 48acf62 into Trusted-AI:master Jan 21, 2022
Illia-Kryvoviaz pushed a commit to Illia-Kryvoviaz/AIF360 that referenced this pull request Jun 7, 2023
…cs (Trusted-AI#288)

c_v = sqrt(2*GE(alpha=2))

Signed-off-by: Eric Augustine <eaugustine011@gmail.com>
Co-authored-by: Samuel Hoffman <hoffman.sc@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

3 participants