get_metric_fun | R Documentation |
Helper function returning the desired metric function
get_metric_fun(metric)
metric |
A character naming the expected metric function |
The function corresponding the character or NULL
get_metric_fun("mae") get_metric_fun("rmse") get_metric_fun("mape") get_metric_fun("mse")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.