mlr-org / mlr3learners

Recommended learners for mlr3
https://mlr3learners.mlr-org.com
GNU Lesser General Public License v3.0
89 stars 14 forks source link

Rename "custom mlr3 defaults" #252

Closed sebffischer closed 1 year ago

sebffischer commented 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:

sebffischer commented 1 year ago

@be-marc @mllg