MyNixOS website logo
Description

Easily Install and Load the 'mlr3' Package Family.

The 'mlr3' package family is a set of packages for machine-learning purposes built in a modular fashion. This wrapper package is aimed to simplify the installation and loading of the core 'mlr3' packages. Get more information about the 'mlr3' project at <https://mlr3book.mlr-org.com/>.

Package website: release | dev

Meta-package for installing and using core mlr3 packages.

mlr3verse

r-cmd-check CRANStatus StackOverflow Mattermost

Overview

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.

Installation

# From CRAN:
install.packages("mlr3verse")

# From Github:
remotes::install_github("mlr-org/mlr3verse")

Batteries included

Functions and objects from The following packages are imported by this meta package:

NameTitleURL
mlr3Machine Learning in R - Next Generationhttps://mlr3.mlr-org.com
mlr3clusterUnsupervised Clusteringhttps://mlr3cluster.mlr-org.com
mlr3dataAdditional data sets and taskshttps://mlr3data.mlr-org.com
mlr3filtersFilter Based Feature Selectionhttps://mlr3filters.mlr-org.com
mlr3fselectWrapper Based Feature Selectionhttps://mlr3fselect.mlr-org.com
mlr3learnersRecommended Learnershttps://mlr3learners.mlr-org.com
mlr3pipelinesPreprocessing Operators and Pipelineshttps://mlr3pipelines.mlr-org.com
mlr3tuningHyperparameter Tuninghttps://mlr3tuning.mlr-org.com
mlr3tuningspacesCollection of Hyperparameter Tuning Spaceshttps://mlr3tuningspaces.mlr-org.com
mlr3vizVisualizationshttps://mlr3viz.mlr-org.com
paradoxParameter Spaceshttps://paradox.mlr-org.com

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():

mlr3verse_info()

More extension packages are available on CRAN/GitHub, and may be included in this meta package in the future.

Metadata

Version

0.3.0

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows