Skip to contents

mlr 2.17.0.9000

filters - bugfixes

  • Fixed an issue which caused the random forest minimal depth filter to only return NA values when using thresholding. NAs should only be returned for features below the given threshold. (@annette987, #2710)
  • Fixed problem which prevented passing filter options via argument more.args for simple filters (@annette987, #2709)

mlr 2.17.0.9001

mlr 2.17.0.9002

  • Bugfix: tuneThreshold() now accounts for the direction of the measure. Beforehand, the performance measure was always minimized (#2732).
  • pkgdown: Move changelog to Appendix
  • Account for {checkmate} v2.0.0 update (#2734)

mlr 2.17.0.9003

  • remove measure clValid::dunn and its tests (package orphaned) (#2742)
  • Refactor function calls from packages (<pkg::fun>) within ParamSets (#2730) to avoid errors in listLearners() if those pkgs are not installed
  • remove regr_slim learner due to pkg (flare) being orphaned on CRAN

mlr 2.19.1.9000

Continuous integration

  • Only build on r-devel

  • Add fledge support

precommit

  • Skip styler hook due to timeout

  • Remove roxygenize hook

CPPFLAGS

  • Suppress unused arguments warning

Uncategorized