View source: R/decision-governance.R
| apply_gazepoint_decision_rule | R Documentation |
Apply a governed classification decision rule
apply_gazepoint_decision_rule(
rule,
probability,
positive,
negative,
abstain_label = ".abstain"
)
rule |
A validated decision rule. |
probability |
Positive-class probability. |
positive |
Positive class label. |
negative |
Negative class label. |
abstain_label |
Label used for abstentions. |
A factor of governed decisions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.