Description Usage Arguments Value
View source: R/eval_framework.R
Calculate evaluation metrics from the raw results of a workflow
1 | int_util_evaluate(wfRes, eval.function = "eval_stats", y_train, ...)
|
wfRes |
a data frame (or list of data frames) containing the results of
a predictive workflow with columns |
eval.function |
the function to be used to calculate error metrics from |
y_train |
a vector of the whole training values |
... |
parameters to pass to |
The results (or a list of results) of eval.function
applied to
the data frame (or list of data frames) in wfRes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.