View source: R/check_metrics.R
check_metrics | R Documentation |
metrics
is validCheck if the metrics
is valid
Will stop if not.
check_metrics(metrics)
metrics |
the metrics, as checked by check_metrics.
Use |
metrics
is a comma-separated list of metric
,
as checked by check_metric
Nothing. Will stop if metrics
is invalid.
Richèl J.C. Bilderbeek
check_metrics("")
check_metrics("hull_error")
check_metrics("f1_score_3")
check_metrics("hull_error,f1_score_3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.