Description Usage Arguments Value See Also
View source: R/ResampleResult_operators.R
Returns the error dumps generated during resampling, which can be used with debugger()
to debug errors. These dumps are saved if configureMlr
configuration on.error.dump
,
or the corresponding learner config
, is TRUE
.
The returned object is a list with as many entries as the resampling being used has folds. Each of these entries can have a subset of the following slots, depending on which step in the resampling iteration failed: “train” (error during training step), “predict.train” (prediction on training subset), “predict.test” (prediction on test subset).
1 | getRRDump(res)
|
res |
[ |
[list].
Other debug: FailureModel
,
ResampleResult
,
getPredictionDump
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.