What function or program available to calculate 95% Confidence Interval for AUC-PR, sensitivity, specificity, PPV, NPV and Brier score in Python?
I read there are 3 methods to calculate CI:
- Wilson
- Clopper-Pearson exact method
- Resampling technique
What function or program available to calculate 95% Confidence Interval for AUC-PR, sensitivity, specificity, PPV, NPV and Brier score in Python?
I read there are 3 methods to calculate CI: