Skip to content

mlr3fselect 0.11.0

Compare
Choose a tag to compare
@be-marc be-marc released this 02 Mar 12:40
  • BREAKING CHANGE: The method parameter of fselect(), fselect_nested() and auto_fselector() is renamed to fselector.
    Only FSelector objects are accepted now.
    Arguments to the fselector cannot be passed with ... anymore.
  • BREAKING CHANGE: The fselect parameter of FSelector is moved to the first position to achieve consistency with the other functions.
  • docs: Update resources sections.
  • docs: Add list of default measures.