Skip to contents

This is a helper function that constructs a default random forest mlr3learners::LearnerRegrRanger which is for example used in default_surrogate().

Usage

default_rf(noisy = FALSE)

Arguments

noisy

(logical(1))
Whether the learner will be used in a noisy objective function scenario. See default_surrogate().