validate_metrics | R Documentation |
This function validates whether the list of metrics is a list of valid functions.
The function is used in score()
to make sure that all metrics are valid
functions.
validate_metrics(metrics)
metrics |
A named list with metrics. Every element should be a scoring function to be applied to the data. |
A named list of metrics, with those filtered out that are not valid functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.