Description Usage Arguments Value
View source: R/eval_function.R
Assesses an eval_frame as produced by an '[Assesser]' object, using the evaluation functions and options specified in the '[eval_function'].
1 2 | assess_eval_frame(eval_function, eval_frame, plot, cv_folds = NULL,
cv_keep_fold_evaluations = TRUE, ...)
|
eval_function |
:: '[eval_function]' |
eval_frame |
:: '[data_frame]' |
plot |
:: 'boolean' |
cv_folds |
:: work in progress |
cv_keep_fold_evaluations |
:: work in progress |
... |
:: further arguments passed to wrap_eval_fun |
A data_frame, with each model x target x segment evaluated, and possibly a plot if the plotting function is defined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.