| default_rf | R Documentation |
This is a helper function that constructs a default random forest mlr3::LearnerRegr which is for example used in default_surrogate.
Constructs a ranger learner “"regr.ranger"” with num.trees = 100, keep.inbag = TRUE and
se.method = "jack".
default_rf(noisy = FALSE)
noisy |
(logical(1)) |
mlr3::LearnerRegr
Other mbo_defaults:
default_acqfunction(),
default_acqoptimizer(),
default_gp(),
default_loop_function(),
default_result_assigner(),
default_surrogate(),
mbo_defaults
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.