getRRDump: Return the error dump of ResampleResult.

Description Usage Arguments Value See Also

Description

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).

Usage

1
getRRDump(res)

Arguments

res

[ResampleResult]
The result of resample.

Value

[list].

See Also

Other debug: FailureModel, ResampleResult, getPredictionDump


shuodata/mlr-master documentation built on May 20, 2019, 3:33 p.m.