r-mlr3mbo
Flexible Bayesian optimization
This package provides a flexible approach to Bayesian optimization / model based optimization building on the bbotk package. The mlr3mbo is a toolbox providing both ready-to-use optimization algorithms as well as their fundamental building blocks allowing for straightforward implementation of custom algorithms. Single- and multi-objective optimization is supported as well as mixed continuous, categorical and conditional search spaces. Moreover, using mlr3mbo for hyperparameter optimization of machine learning models within the mlr3 ecosystem is straightforward via mlr3tuning.
- Versions: 0.2.8
- Website: https://mlr3mbo.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-mlr3mbo
as follows:
guix install r-mlr3mbo
Or install a particular version:
guix install r-mlr3mbo@0.2.8
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-mlr3mbo about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-mlr3mbo'><img src='https://packages.guix.gnu.org/packages/r-mlr3mbo/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-mlr3mbo)
Example Org:
[[https://packages.guix.gnu.org/packages/r-mlr3mbo][https://packages.guix.gnu.org/packages/r-mlr3mbo/badges/latest-version.svg]]