View source: R/eval_function.R
Wraps a summary function to work on several models
1 | wrap_cross_validation_summary(summary_fun)
|
summary_fun |
'data.frame()' -> 'data.frame()' A function which takes an eval frame from 1 model with several folds, and summarizes the evaluation column. The output must have columns evaluation and evaluation_type @return a function which wraps summary_fun @export |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.