Skip to content

Releases: mlr-org/mlr3verse

mlr3verse 0.3.1

15 Jan 08:21
Compare
Choose a tag to compare
  • feat: add mlr3inferr package.

mlr3verse 0.3.0

30 Jun 13:07
Compare
Choose a tag to compare
  • BREAKING CHANGE: Various classes are removed and replaced with their sugar.
  • Compatibility: Work with new mlr3tuning and mlr3fselect 1.0.0.
  • Update package versions to latest CRAN versions.

mlr3verse 0.2.7

05 Dec 13:22
a6a804f
Compare
Choose a tag to compare
  • Updated reexports.

mlr3verse 0.2.6

03 Nov 09:08
e20b219
Compare
Choose a tag to compare
  • Updated reexports.

mlr3verse 0.2.4

21 Feb 11:49
e4cfe59
Compare
Choose a tag to compare
  • Updated reexports.

mlr3verse 0.2.2

11 Aug 12:45
Compare
Choose a tag to compare
  • Updated reexports.

mlr3verse 0.2.1

07 Mar 09:38
Compare
Choose a tag to compare
  • Updated reexports.

mlr3verse 0.2.0

27 Jan 09:16
Compare
Choose a tag to compare
  • Instead of depending on mlr3 packages, all packages are now imported.
    All functions and objects required to do data analysis are re-exported, while
    functions and objects required to extend the packages are not exported.
    This change aims to provide a thin view on the most important functions of the
    mlr3 ecosystem and thereby aid beginners to get started.
  • If the mlr3extralearners (https://github.com/mlr-org/mlr3extralearners)
    package is installed, it will automatically be loaded and learner dictionary
    will automatically get populated.

mlr3verse 0.1.3

07 Jul 16:04
Compare
Choose a tag to compare
  • Add mlr3data (#3)

mlr3verse 0.1.1

10 Mar 08:14
Compare
Choose a tag to compare
  • add [mlr3viz} to core package stack