estimateResidualVariance {mlr} | R Documentation |
Estimate the residual variance.
Description
Estimate the residual variance of a regression model on a given task. If a regression learner is provided instead of a model, the model is trained (see train) first.
Usage
estimateResidualVariance(x, task, data, target)
Arguments
x |
(Learner or WrappedModel) |
task |
(RegrTask) |
data |
(data.frame) |
target |
( |
[Package mlr version 2.19.2 Index]