InterpolationKind#

class scio.utils.InterpolationKind(value)[source]#

Bases: str, EnumWithExplicitSupport

Enum for supported ROC interpolation methods.

Member

Value

Description

CONVEX_HULL

'convex_hull'

Interpolate to the overall ROC convex hull.

PESSIMISTIC

'pessimistic'

Interpolate to the previous value.

Note

This discussion motivates the (unpopular) absence of a LINEAR mode.