Description Usage Arguments Value
View source: R/analyse_utils.R
Compress results from one call to estimates
1 | compressRes(res, ytrain_keep = TRUE, rmAllRaw = F)
|
res |
A list containing full results of one call to estimates |
ytrain_keep |
Should training target values still be kept |
rmAllRaw |
a boolean indicating whether the whole rawRes should
be removed (defaults to FALSE). If TRUE, only |
A list containing compressed results of one experiment.
Either all rawRes is removed, or train
substituted by a vector
containing only the training target values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.