Packages

Package collection of the mlr3 ecosystem.

The mlr3 ecosystem is a collection of R packages for machine learning. The base package mlr3 only provides the basic building blocks for machine learning. The extensions packages extent mlr3 with functionality for specialized tasks. The packages are listed bellow with a short description. For more information on the packages, check out their reference manuals. The dot next to the package name indicates the lifecycle stage. Packages with a green dot are stable. Experimental packages are marked with an orange dot .

Core

mlr3

Basic building blocks for machine learning.

mlr3verse

Meta-package intended to simplify both installation and loading of packages from the mlr3 ecosystem.

Optimization

mlr3tuning

Hyperparameter tuning for mlr3 learners.

mlr3tuningspaces

Collection of search spaces for hyperparameter tuning.

mlr3hyperband

Successive halving and hyperband tuner for mlr3tuning.

mlr3mbo

Model-based optimization for mlr3tuning.

miesmuschel

Flexible mixed integer evolutionary strategies.

mlr3automl

Automated machine learning.

Feature Selection

mlr3filters

Filter feature selection.

mlr3fselect

Wrapper feature selection.

Data

mlr3db

Data backend to transparently work with databases.

mlr3oml

Connector to OpenML.

mlr3data

Data sets and tasks.

Learners

The mlr3 ecosystem

mlr3learners

Essential learners for mlr3, maintained by the mlr-org team.

mlr3extralearners

Extra learners for mlr3, implemented by the community.

mlr3keras

Deep learning with Keras.

Visualization

mlr3viz

Visualizations for tasks, predictions, resample results and benchmarks.

Pipelines

mlr3pipelines

Dataflow programming toolkit.

Tasks

mlr3spatiotempcv

Spatiotemporal resampling and visualization methods.

mlr3cluster

Cluster analysis.

mlr3proba

Probabilistic predictions.

mlr3ordinal

Ordinal regression.

mlr3multioutput

Storing and working with multi-output tasks.

mlr3temporal

Time series analysis.

mlr3spatial

Spatial data backends and prediction functions.

Utilities

bbotk

Black-box optimization toolkit.

paradox

Universal parameter space description and tools.

mlr3misc

Miscellaneous helper functions.

mlr3measures

Performance measures for supervised learning.

mlr3benchmark

Analysis and tools for benchmarking.

mlr3fairness

Machine learning fairness.

mlr3batchmark

Connector between mlr3 and batchtools.