| select_gazepoint_model | R Documentation |
This function records a reviewable decision. It does not refit a model and refuses accuracy as the sole primary metric.
select_gazepoint_model(
x,
metric,
direction,
minimum_success_prop = 0.8,
tie_breakers = NULL,
rationale
)
## S3 method for class 'gp3ml_model_selection'
print(x, ...)
x |
A |
metric |
Explicit primary metric. |
direction |
Explicit optimization direction. |
minimum_success_prop |
Minimum successful-fold proportion. |
tie_breakers |
Optional ordered secondary metric names. |
rationale |
Required human-readable selection rationale. |
... |
Additional arguments passed to the print method. |
A gp3ml_model_selection object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.