InterpolationKind#
- class scio.utils.InterpolationKind(value)[source]#
Bases:
str,EnumWithExplicitSupportEnum for supported
ROCinterpolation methods.Member
Value
Description
'convex_hull'Interpolate to the overall ROC convex hull.
'pessimistic'Interpolate to the previous value.
Note
This discussion motivates the (unpopular) absence of a
LINEARmode.