TNR#

class scio.eval.TNR(*, min_tpr=None, max_fnr=None, kind='pessimistic')[source]#

Bases: BaseDiscriminativePower

True Negative Rate.

Parameters:
  • min_tpr (float, optional) – Minimum True Positive Rate. Exactly one of min_tpr and max_fnr must be provided.

  • max_fnr (float, optional) – Maximum False Negative Rate. Exactly one of min_tpr and max_fnr must be provided.

  • kind (InterpolationKindLike) – See InterpolationKind. Defaults to "pessimistic".