Description Usage Arguments Details Value
View source: R/eval_model_rep.R
eval_model_rep
is similar to [eval_model()]
but it allows for multiple
evaluations. Though it is mostly a wrapper for [eval_model()]
and
replicate
, the function adds additional ability to analyze results by
returning the standard deviation of model performance across replications
in addition to standard deviation across folds.
1 | eval_model_rep(nrep = 10, ...)
|
nrep |
The number of replications to perform. |
... |
Additional arguments to pass to |
To make results reproducible, set a random seed before eval_model_rep
using
set.seed
.
A list with two arguments: result_summary
, containing the results as
summarized by fold and replication, and result_all
, containing the results
summarized by replication only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.