m = MeasureRegr$new(id, range, minimize, predict_type = "response",
task_properties = character(0L), packages = character(0L))
For a description of the arguments, see Measure.
The task_type
is set to "regr"
.
Possible values for predict_type
are "response"
and "se"
.