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

confidence intervals of aggregated resampling measures #24

Open
mb706 opened this issue Apr 7, 2021 · 0 comments
Open

confidence intervals of aggregated resampling measures #24

mb706 opened this issue Apr 7, 2021 · 0 comments

Comments

@mb706
Copy link

mb706 commented Apr 7, 2021

(inspired by this question on stackoverflow)

There should probably be a way in which to represent confidence intervals / standard errors for aggregates. On the one hand there are packages that provide measures with CIs, such as cvAUC, on the other there are probably good things that we can do for this in a measure-independent way; for example indicate which folds are statistically independent from each other so that holdout resampling and repeated CV calculate default standard errors but CV does not. (Maybe there is a way to use corrective factors for CV?)

I don't know that much about uncertainty estimation for CV results, but I always thought this was missing.

@berndbischl berndbischl transferred this issue from mlr-org/mlr3 Oct 4, 2021
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