getPredictionDump {mlr} | R Documentation |
Return the error dump of a failed Prediction.
Description
Returns the error dump that can be used with debugger()
to evaluate errors.
If configureMlr configuration on.error.dump
is FALSE
or if the
prediction did not fail, this returns NULL
.
Usage
getPredictionDump(pred)
Arguments
pred |
(Prediction) |
Value
(last.dump
).
See Also
Other debug:
FailureModel
,
ResampleResult
,
getRRDump()
[Package mlr version 2.19.2 Index]