Closed sebffischer closed 1 year ago
I think it is bad that we call the section "custom mlr3 defaults". I think we should call it "Initial parameter values". Consider the example below
l = lrn("regr.rpart") l$param_set$values = list()
Our "custom mlr3 defaults" are now gone, i.e. the are no defaults but initial values.
Happy to make a PR if we agree on this.
This has to be changed in:
@be-marc @mllg
I think it is bad that we call the section "custom mlr3 defaults". I think we should call it "Initial parameter values". Consider the example below
Our "custom mlr3 defaults" are now gone, i.e. the are no defaults but initial values.
Happy to make a PR if we agree on this.
This has to be changed in: