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

[FR] Confidence intervals for metrics #581

Open
NightMachinery opened this issue Apr 22, 2024 · 0 comments
Open

[FR] Confidence intervals for metrics #581

NightMachinery opened this issue Apr 22, 2024 · 0 comments

Comments

@NightMachinery
Copy link

It seems that currently simple metrics such as

evaluate.load(
    "accuracy",
)

do not compute a confidence interval. This can be easily fixed by first computing the mean, and the STD, and then dividing the STD by the square of the sample count (to compute the STD of the mean estimate). (See, e.g., here.)

Even just giving back the variance (or STD) is enough, the user can do their own computations on those.

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

1 participant