r-mlr3
Machine Learning in R - Next Generation
mlr3
enables efficient, object-oriented programming on the building blocks of machine learning. It provides R6
objects for tasks, learners, resamplings, and measures. The package is geared towards scalability and larger datasets by supporting parallelization and out-of-memory data-backends like databases. While mlr3
focuses on the core computational operations, add-on packages provide additional functionality.
- Versions: 0.22.1
- Website: https://mlr3.mlr-org.com/
- Licenses: LGPL 3
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-mlr3
as follows:
guix install r-mlr3
Or install a particular version:
guix install r-mlr3@0.22.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-mlr3 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-mlr3'><img src='https://packages.guix.gnu.org/packages/r-mlr3/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-mlr3)
Example Org:
[[https://packages.guix.gnu.org/packages/r-mlr3][https://packages.guix.gnu.org/packages/r-mlr3/badges/latest-version.svg]]