_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-mlr 2.19.2
Dependencies: gdal@3.8.2 geos@3.12.1 glu@9.0.2 gmp@6.3.0 gsl@2.8 jags@4.3.1 mpfr@4.2.1 openmpi@4.1.6 proj@9.3.1 udunits@2.2.28
Propagated dependencies: r-backports@1.5.0 r-bbmisc@1.13 r-checkmate@2.3.2 r-data-table@1.16.2 r-ggplot2@3.5.1 r-parallelmap@1.5.1 r-paramhelpers@1.14.1 r-stringi@1.8.4 r-survival@3.7-0 r-xml@3.99-0.17
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr.mlr-org.com
Licenses: FreeBSD
Synopsis: Machine learning in R
Description:

This package provides an interface to a large number of classification and regression techniques. These techniques include machine-readable parameter descriptions. There is also an experimental extension for survival analysis, clustering and general, example-specific cost-sensitive learning. Also included:

  • Generic resampling, including cross-validation, bootstrapping and subsampling;

  • Hyperparameter tuning with modern optimization techniques, for single- and multi-objective problems;

  • Filter and wrapper methods for feature selection;

  • Extension of basic learners with additional operations common in machine learning, also allowing for easy nested resampling.

Most operations can be parallelized.

r-mlr3 0.21.1
Propagated dependencies: r-backports@1.5.0 r-checkmate@2.3.2 r-data-table@1.16.2 r-evaluate@1.0.1 r-future@1.34.0 r-future-apply@1.11.3 r-lgr@0.4.4 r-mlbench@2.1-5 r-mlr3measures@1.0.0 r-mlr3misc@0.15.1 r-palmerpenguins@0.1.1 r-paradox@1.0.1 r-parallelly@1.39.0 r-r6@2.5.1 r-uuid@1.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3.mlr-org.com/
Licenses: LGPL 3
Synopsis: Machine Learning in R - Next Generation
Description:

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.

r-mlrv 0.1.2
Propagated dependencies: r-xtable@1.8-4 r-rcpparmadillo@14.0.2-1 r-rcpp@1.0.13-1 r-numderiv@2016.8-1.1 r-mathjaxr@1.6-0 r-magrittr@2.0.3 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mlrv
Licenses: Expat
Synopsis: Long-Run Variance Estimation in Time Series Regression
Description:

Plug-in and difference-based long-run covariance matrix estimation for time series regression. Two applications of hypothesis testing are also provided. The first one is for testing for structural stability in coefficient functions. The second one is aimed at detecting long memory in time series regression. Lujia Bai and Weichi Wu (2024)<doi:10.3150/23-BEJ1680> Zhou Zhou and Wei Biao Wu(2010)<doi:10.1111/j.1467-9868.2010.00743.x> Jianqing Fan and Wenyang Zhang<doi:10.1214/aos/1017939139> Lujia Bai and Weichi Wu(2024)<doi:10.1093/biomet/asae013> Dimitris N. Politis, Joseph P. Romano, Michael Wolf(1999)<doi:10.1007/978-1-4612-1554-7> Weichi Wu and Zhou Zhou(2018)<doi:10.1214/17-AOS1582>.

r-mlrpro 0.1.2
Propagated dependencies: r-mass@7.3-61 r-dplyr@1.1.4 r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mlrpro
Licenses: GPL 3
Synopsis: Stepwise Regression with Assumptions Checking
Description:

The stepwise regression with assumptions checking and the possible Box-Cox transformation.

r-mlrcpo 0.3.7-7
Propagated dependencies: r-stringi@1.8.4 r-paramhelpers@1.14.1 r-mlr@2.19.2 r-checkmate@2.3.2 r-bbmisc@1.13 r-backports@1.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mlr-org/mlrCPO
Licenses: FreeBSD
Synopsis: Composable Preprocessing Operators and Pipelines for Machine Learning
Description:

Toolset that enriches mlr with a diverse set of preprocessing operators. Composable Preprocessing Operators ("CPO"s) are first-class R objects that can be applied to data.frames and mlr "Task"s to modify data, can be attached to mlr "Learner"s to add preprocessing to machine learning algorithms, and can be composed to form preprocessing pipelines.

r-mlr3db 0.5.2
Propagated dependencies: r-r6@2.5.1 r-mlr3misc@0.15.1 r-mlr3@0.21.1 r-data-table@1.16.2 r-checkmate@2.3.2 r-backports@1.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https:///mlr3db.mlr-org.com
Licenses: LGPL 3
Synopsis: Data Base Backend for 'mlr3'
Description:

Extends the mlr3 package with a backend to transparently work with databases such as SQLite', DuckDB', MySQL', MariaDB', or PostgreSQL'. The package provides two additional backends: DataBackendDplyr relies on the abstraction of package dbplyr to interact with most DBMS. DataBackendDuckDB operates on DuckDB data bases and also on Apache Parquet files.

r-mlrmbo 1.1.5.1
Propagated dependencies: r-backports@1.5.0 r-bbmisc@1.13 r-checkmate@2.3.2 r-data-table@1.16.2 r-lhs@1.2.0 r-mlr@2.19.2 r-parallelmap@1.5.1 r-paramhelpers@1.14.1 r-smoof@1.6.0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mlr-org/mlrMBO
Licenses: FreeBSD
Synopsis: Model-based optimization with mlr
Description:

This package is a flexible and comprehensive R toolbox for model-based optimization. It implements Efficient Global Optimization Algorithm for single- and multi-objective optimization. It supports mixed parameters. The machine learning toolbox mlr offers regression learners. It provides various infill criteria and features batch proposal, parallel execution, visualization, and logging. Its modular implementation allows easy customization by the user.

r-mlr3oml 0.10.0
Propagated dependencies: r-withr@3.0.2 r-uuid@1.2-1 r-stringi@1.8.4 r-r6@2.5.1 r-paradox@1.0.1 r-mlr3misc@0.15.1 r-mlr3@0.21.1 r-lgr@0.4.4 r-jsonlite@1.8.9 r-data-table@1.16.2 r-curl@6.0.1 r-checkmate@2.3.2 r-bit64@4.5.2 r-backports@1.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://mlr3oml.mlr-org.com
Licenses: LGPL 3
Synopsis: Connector Between 'mlr3' and 'OpenML'
Description:

This package provides an interface to OpenML.org to list and download machine learning data, tasks and experiments. The OpenML objects can be automatically converted to mlr3 objects. For a more sophisticated interface with more upload options, see the OpenML package.

r-mlr3viz 0.10.0
Propagated dependencies: r-checkmate@2.3.2 r-data-table@1.16.2 r-ggplot2@3.5.1 r-mlr3misc@0.15.1 r-scales@1.3.0 r-viridis@0.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3viz.mlr-org.com
Licenses: LGPL 3
Synopsis: Visualizations for mlr3
Description:

This package offers features plots for mlr3 objects such as tasks, learners, predictions, benchmark results, tuning instances and filters via the autoplot() generic of ggplot2. The mlr3viz package draws plots with the viridis color palette and applies the minimal theme. Visualizations include barplots, boxplots, histograms, ROC curves, and precision-recall curves.

r-mlr3fda 0.2.0
Propagated dependencies: r-tf@0.3.4 r-r6@2.5.1 r-paradox@1.0.1 r-mlr3pipelines@0.7.1 r-mlr3misc@0.15.1 r-mlr3@0.21.1 r-lgr@0.4.4 r-data-table@1.16.2 r-checkmate@2.3.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://mlr3fda.mlr-org.com
Licenses: LGPL 3
Synopsis: Extending 'mlr3' to Functional Data Analysis
Description:

Extends the mlr3 ecosystem to functional analysis by adding support for irregular and regular functional data as defined in the tf package. The package provides PipeOps for preprocessing functional columns and for extracting scalar features, thereby allowing standard machine learning algorithms to be applied afterwards. Available operations include simple functional features such as the mean or maximum, smoothing, interpolation, flattening, and functional PCA'.

r-mlr3mbo 0.2.6
Propagated dependencies: r-bbotk@1.3.0 r-checkmate@2.3.2 r-data-table@1.16.2 r-lgr@0.4.4 r-mlr3@0.21.1 r-mlr3misc@0.15.1 r-mlr3tuning@1.2.0 r-paradox@1.0.1 r-r6@2.5.1 r-spacefillr@0.3.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3mbo.mlr-org.com
Licenses: LGPL 3
Synopsis: Flexible Bayesian optimization
Description:

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.

r-mlr3misc 0.15.1
Propagated dependencies: r-backports@1.5.0 r-checkmate@2.3.2 r-data-table@1.16.2 r-digest@0.6.37 r-r6@2.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3misc.mlr-org.com/
Licenses: LGPL 3
Synopsis: Helper functions for mlr3
Description:

mlr3misc provides frequently used helper functions and assertions used in mlr3 and its companion packages. It comes with helper functions for functional programming, for printing, to work with data.table, as well as some generally useful R6 classes. This package also supersedes the package BBmisc.

r-mlr3data 0.9.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mlr-org/mlr3data
Licenses: LGPL 3
Synopsis: Collection of machine learning data Sets for mlr3
Description:

This package provides a small collection of interesting and educational machine learning data sets which are used as examples in the mlr3 book Applied machine learning using mlr3 in R https://mlr3book.mlr-org.com, the use case gallery https://mlr3gallery.mlr-org.com, or in other examples. All data sets are properly preprocessed and ready to be analyzed by most machine learning algorithms. Data sets are automatically added to the dictionary of tasks if mlr3 is loaded.

r-mlr3shiny 0.5.0
Propagated dependencies: r-stringr@1.5.1 r-shinywidgets@0.9.0 r-shinyjs@2.1.0 r-shinydashboard@0.7.2 r-shinyalert@3.1.0 r-shiny@1.8.1 r-purrr@1.0.2 r-plyr@1.8.9 r-patchwork@1.3.0 r-mlr3viz@0.10.0 r-mlr3pipelines@0.7.1 r-mlr3measures@1.0.0 r-mlr3learners@0.8.0 r-mlr3@0.21.1 r-metrics@0.1.4 r-ggparty@1.0.0 r-ggally@2.2.1 r-dt@0.33 r-dplyr@1.1.4 r-data-table@1.16.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mlr3shiny
Licenses: FreeBSD
Synopsis: Machine Learning in 'shiny' with 'mlr3'
Description:

This package provides a web-based graphical user interface to provide the basic steps of a machine learning workflow. It uses the functionalities of the mlr3 framework.

r-mlr3verse 0.3.0
Propagated dependencies: r-bbotk@1.3.0 r-data-table@1.16.2 r-mlr3@0.21.1 r-mlr3cluster@0.1.10 r-mlr3data@0.9.0 r-mlr3filters@0.8.1 r-mlr3fselect@1.2.1 r-mlr3hyperband@0.6.0 r-mlr3learners@0.8.0 r-mlr3mbo@0.2.6 r-mlr3misc@0.15.1 r-mlr3pipelines@0.7.1 r-mlr3tuning@1.2.0 r-mlr3tuningspaces@0.5.1 r-mlr3viz@0.10.0 r-paradox@1.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3verse.mlr-org.com
Licenses: LGPL 3
Synopsis: Easily install and load of the mlr3 package family
Description:

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.

r-mlr3torch 0.2.1
Propagated dependencies: r-withr@3.0.2 r-torch@0.13.0 r-r6@2.5.1 r-paradox@1.0.1 r-mlr3pipelines@0.7.1 r-mlr3misc@0.15.1 r-mlr3@0.21.1 r-lgr@0.4.4 r-data-table@1.16.2 r-checkmate@2.3.2 r-backports@1.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://mlr3torch.mlr-org.com/
Licenses: LGPL 3+
Synopsis: Deep Learning with 'mlr3'
Description:

Deep Learning library that extends the mlr3 framework by building upon the torch package. It allows to conveniently build, train, and evaluate deep learning models without having to worry about low level details. Custom architectures can be created using the graph language defined in mlr3pipelines'.

r-mlr3tuning 1.2.0
Propagated dependencies: r-bbotk@1.3.0 r-checkmate@2.3.2 r-data-table@1.16.2 r-lgr@0.4.4 r-mlr3@0.21.1 r-mlr3misc@0.15.1 r-paradox@1.0.1 r-r6@2.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3tuning.mlr-org.com/
Licenses: LGPL 3
Synopsis: Tuning for @code{mlr3}
Description:

mlr3tuning implements methods for hyperparameter tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various termination criteria can be set and combined. The class AutoTuner provides a convenient way to perform nested resampling in combination with mlr3.

r-mlr3cluster 0.1.10
Propagated dependencies: r-backports@1.5.0 r-checkmate@2.3.2 r-clue@0.3-66 r-cluster@2.1.6 r-data-table@1.16.2 r-fpc@2.2-13 r-mlr3@0.21.1 r-mlr3misc@0.15.1 r-paradox@1.0.1 r-r6@2.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3cluster.mlr-org.com
Licenses: LGPL 3
Synopsis: Cluster extension for mlr3
Description:

This package extends the mlr3 package with cluster analysis.

r-mlr3ordinal 0.1.0-9000-1.736e3a3
Propagated dependencies: r-checkmate@2.3.2 r-data-table@1.16.2 r-mlr3@0.21.1 r-mlr3misc@0.15.1 r-mlr3pipelines@0.7.1 r-nloptr@2.1.1 r-ordinal@2023.12-4.1 r-paradox@1.0.1 r-r6@2.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3ordinal.mlr-org.com/
Licenses: Expat
Synopsis: Ordinal Regression for mlr3
Description:

This package extends mlr3 with support for performing ordinal regression.

r-mlr3spatial 0.5.0
Propagated dependencies: r-terra@1.7-83 r-sf@1.0-19 r-r6@2.5.1 r-mlr3misc@0.15.1 r-mlr3@0.21.1 r-lgr@0.4.4 r-data-table@1.16.2 r-checkmate@2.3.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://mlr3spatial.mlr-org.com
Licenses: LGPL 3
Synopsis: Support for Spatial Objects Within the 'mlr3' Ecosystem
Description:

Extends the mlr3 ML framework with methods for spatial objects. Data storage and prediction are supported for packages terra', raster and stars'.

r-mlr3filters 0.8.1
Propagated dependencies: r-backports@1.5.0 r-checkmate@2.3.2 r-data-table@1.16.2 r-mlr3@0.21.1 r-mlr3misc@0.15.1 r-paradox@1.0.1 r-r6@2.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3filters.mlr-org.com
Licenses: LGPL 3
Synopsis: Filter based feature selection for mlr3
Description:

This package extends mlr3 with filter methods for feature selection. Besides standalone filter methods built-in methods of any machine-learning algorithm are supported. Partial scoring of multivariate filter methods is supported.

r-mlr3summary 0.1.0
Propagated dependencies: r-mlr3misc@0.15.1 r-mlr3@0.21.1 r-future-apply@1.11.3 r-data-table@1.16.2 r-cli@3.6.3 r-checkmate@2.3.2 r-backports@1.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mlr3summary
Licenses: LGPL 3
Synopsis: Model and Learner Summaries for 'mlr3'
Description:

Concise and interpretable summaries for machine learning models and learners of the mlr3 ecosystem. The package takes inspiration from the summary function for (generalized) linear models but extends it to non-parametric machine learning models, based on generalization performance, model complexity, feature importances and effects, and fairness metrics.

r-mlr3fselect 1.2.1
Propagated dependencies: r-bbotk@1.3.0 r-checkmate@2.3.2 r-data-table@1.16.2 r-lgr@0.4.4 r-mlr3@0.21.1 r-mlr3misc@0.15.1 r-paradox@1.0.1 r-r6@2.5.1 r-stabm@1.2.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3fselect.mlr-org.com
Licenses: LGPL 3
Synopsis: Feature selection for mlr3
Description:

This package is a feature selection package of the mlr3 ecosystem. It selects the optimal feature set for any mlr3 learner. The package works with several optimization algorithms e.g. random search, Recursive feature elimination, and genetic search. Moreover, it can automatically optimize learners and estimate the performance of optimized feature sets with nested resampling.

r-mlrintermbo 0.5.1-1
Propagated dependencies: r-r6@2.5.1 r-paradox@1.0.1 r-mlr3tuning@1.2.0 r-mlr3misc@0.15.1 r-lhs@1.2.0 r-data-table@1.16.2 r-checkmate@2.3.2 r-callr@3.7.6 r-bbotk@1.3.0 r-backports@1.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mb706/mlrintermbo
Licenses: LGPL 3
Synopsis: Model-Based Optimization for 'mlr3' Through 'mlrMBO'
Description:

The mlrMBO package can ordinarily not be used for optimization within mlr3', because of incompatibilities of their respective class systems. mlrintermbo offers a compatibility interface that provides mlrMBO as an mlr3tuning Tuner object, for tuning of machine learning algorithms within mlr3', as well as a bbotk Optimizer object for optimization of general objective functions using the bbotk black box optimization framework. The control parameters of mlrMBO are faithfully reproduced as a paradox ParamSet'.

Page: 12
Total results: 35