-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
verified_calibration/calibration/utils.py
Lines 415 to 416 in bdd60a7
| def bootstrap_uncertainty(data: List[T], functional, estimator=None, alpha=10.0, | |
| num_samples=1000) -> Tuple[float, float]: |
verified_calibration/calibration/utils.py
Lines 430 to 431 in bdd60a7
| def precentile_bootstrap_uncertainty(data: List[T], functional, estimator=None, alpha=10.0, | |
| num_samples=1000) -> Tuple[float, float]: |
It should be
-> Tuple[float, float, float]:instead of
-> Tuple[float, float]:Metadata
Metadata
Assignees
Labels
No labels