Package website: release | dev
Meta-package for installing and using core mlr3 packages.
This package is intended to simplify both installation and loading of packages from the mlr3 ecosystem. Instead of depending on the extension packages, functions required for data analysis are re-exported, providing a thin view on the most important functionality of the mlr3 ecosystem.
# From CRAN: install.packages("mlr3verse") # From Github: remotes::install_github("mlr-org/mlr3verse")
Functions and objects from The following packages are imported by this meta package:
By loading the mlr3verse
package, you are all set to deal with most regression, classification, cluster and survival tasks:
library("mlr3verse") #> Loading required package: mlr3
If you want to get more detailed information about the loaded packages, you can call mlr3verse_info()
:
Additional packages can be installed with
install.packages("mlr3verse", dependencies = TRUE)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4