Skip to content

apply_gazepoint_decision_rule

R reference: gp3ml 0.3.0.

Apply a governed classification decision rule

Apply a governed classification decision rule

R reference usage

apply_gazepoint_decision_rule(
  rule,
  probability,
  positive,
  negative,
  abstain_label = ".abstain"
)

The Python implementation is exported as gp3mlpy.apply_gazepoint_decision_rule. See the runtime docstring for Python-specific typing and semantic adaptations.