apply_gazepoint_decision_rule: Apply a governed classification decision rule

View source: R/decision-governance.R

apply_gazepoint_decision_ruleR Documentation

Apply a governed classification decision rule

Description

Apply a governed classification decision rule

Usage

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

Arguments

rule

A validated decision rule.

probability

Positive-class probability.

positive

Positive class label.

negative

Negative class label.

abstain_label

Label used for abstentions.

Value

A factor of governed decisions.


gp3ml documentation built on Aug. 23, 2026, 5:11 p.m.