- feat: add
mlr3inferr
package.
- 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.
- Added not yet included mlr3 packages to suggests and include them in
mlr3verse_info()
- Updated reexports.
- Updated reexports.
- Updated reexports.
- Removed mlr3proba (currently not maintained on CRAN).
- Updated reexports.
- Updated reexports.
- Updated reexports.
- Updated reexports.
- 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.
- Maintenance release.
- Add mlr3data (#3)
- add mlr3viz to core package stack
Initial CRAN release.