View source: R/decision-governance.R
| select_gazepoint_threshold | R Documentation |
Select a threshold from a governed threshold evaluation
select_gazepoint_threshold(
evaluation,
metric,
direction = c("maximize", "minimize"),
threshold_origin = c("inner_resampling", "training"),
training_partition = "inner_resampling",
generalization_target,
scientific_justification,
abstention_allowed = FALSE,
abstention_interval = NULL
)
evaluation |
A |
metric |
Metric column to optimize. |
direction |
|
threshold_origin |
Must identify an analysis/training source. |
training_partition |
Partition used to select the threshold. |
generalization_target |
Declared target. |
scientific_justification |
Explicit justification. |
abstention_allowed |
Whether abstention is allowed. |
abstention_interval |
Optional abstention interval. |
A gp3ml_decision_rule.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.