View source: R/decision-governance.R
| evaluate_gazepoint_thresholds | R Documentation |
Evaluate explicit classification thresholds
evaluate_gazepoint_thresholds(
truth,
probability,
positive,
thresholds,
cost_false_positive = 1,
cost_false_negative = 1
)
truth |
Observed binary outcome. |
probability |
Probability of the positive class. |
positive |
Positive class label. |
thresholds |
Explicit candidate thresholds. |
cost_false_positive |
False-positive cost. |
cost_false_negative |
False-negative cost. |
A gp3ml_threshold_evaluation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.