cvAUC icon indicating copy to clipboard operation
cvAUC copied to clipboard

Computationally efficient confidence intervals for cross-validated AUC estimates in R

Results 7 cvAUC issues
Sort by recently updated
recently updated
newest added

I see in the docs that you can use `$perf` to recreate a ROC curve but I was wondering if there is a way to include the CI in the...

Hi Erin, We're interested in getting AUC confidence intervals for a SuperLearner project where we use observation weights. I didn't happen to see an argument for that but wanted to...

Hi Erin, The ROCR package's calculation of the AUC assigns 0.5 points for a tie. I was looking at your code for calculating the CIs, and saw that it ignores...

Fixes https://github.com/ledell/cvAUC/issues/6 for `ci.cvAUC()`. TO DO: - [ ] Add version for `ci.pooled.cvAUC()`. - [ ] Benchmark new vs old version to see if the new code is scalable &...

I just merged a [PR](https://github.com/ledell/cvAUC/pull/4) to move `data.table` to Imports, but let's also move `ROCR` to Imports. References: Reasoning [here](https://stackoverflow.com/questions/8637993/better-explanation-of-when-to-use-imports-depends#8638902) and explanation [here](https://stackoverflow.com/a/65605275)

This file is no longer available, replace with a new version: ``` train_csv

For some reason, this version never made it to CRAN.