mlr3fselect 0.11.0
- BREAKING CHANGE: The
method
parameter offselect()
,fselect_nested()
andauto_fselector()
is renamed tofselector
.
OnlyFSelector
objects are accepted now.
Arguments to the fselector cannot be passed with...
anymore. - BREAKING CHANGE: The
fselect
parameter ofFSelector
is moved to the first position to achieve consistency with the other functions. - docs: Update resources sections.
- docs: Add list of default measures.