Computes the fraction of true values that fall within the prediction intervals (regression) or prediction sets (classification).
Usage
coverage(object, y_true)
# S3 method for class 'predictset_reg'
coverage(object, y_true)
# S3 method for class 'predictset_class'
coverage(object, y_true)See also
Other diagnostics:
conformal_compare(),
conformal_pvalue(),
coverage_by_bin(),
coverage_by_group(),
interval_width(),
set_size()