mlr3 - Machine Learning in R - Next Generation
Efficient, object-oriented programming on the building blocks of machine learning. 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.
Last updated 1 months ago
classificationdata-sciencemachine-learningmlr3regression
14.77 score 945 stars 32 packages 2.0k scripts 10k downloadsmlr3pipelines - Preprocessing Operators and Pipelines for 'mlr3'
Dataflow programming toolkit that enriches 'mlr3' with a diverse set of pipelining operators ('PipeOps') that can be composed into graphs. Operations exist for data preprocessing, model fitting, and ensemble learning. Graphs can themselves be treated as 'mlr3' 'Learners' and can therefore be resampled, benchmarked, and tuned.
Last updated 7 days ago
baggingdata-sciencedataflow-programmingensemble-learningmachine-learningmlr3pipelinespreprocessingstacking
12.16 score 140 stars 7 packages 426 scripts 4.8k downloadsparadox - Define and Work with Parameter Spaces for Complex Algorithms
Define parameter spaces, constraints and dependencies for arbitrary algorithms, to program on such spaces. Also includes statistical designs and random samplers. Objects are implemented as 'R6' classes.
Last updated 4 months ago
experimental-designhyperparametersmlr3transformations
11.60 score 29 stars 35 packages 330 scripts 7.0k downloadsmlr3tuning - Hyperparameter Optimization for 'mlr3'
Hyperparameter optimization package of the 'mlr3' ecosystem. It features highly configurable search spaces via the 'paradox' package and finds optimal hyperparameter configurations for any 'mlr3' learner. 'mlr3tuning' works with several optimization algorithms e.g. Random Search, Iterated Racing, Bayesian Optimization (in 'mlr3mbo') and Hyperband (in 'mlr3hyperband'). Moreover, it can automatically optimize learners and estimate the performance of optimized models with nested resampling.
Last updated 14 days ago
bbotkhyperparameter-optimizationhyperparameter-tuningmachine-learningmlr3optimizationtunetuning
11.54 score 54 stars 10 packages 368 scripts 6.7k downloadsmlr3learners - Recommended Learners for 'mlr3'
Recommended Learners for 'mlr3'. Extends 'mlr3' with interfaces to essential machine learning packages on CRAN. This includes, but is not limited to: (penalized) linear and logistic regression, linear and quadratic discriminant analysis, k-nearest neighbors, naive Bayes, support vector machines, and gradient boosting.
Last updated 28 days ago
classificationlearnersmachine-learningmlr3regression
11.48 score 90 stars 9 packages 1.5k scripts 4.7k downloadsmlr3misc - Helper Functions for 'mlr3'
Frequently used helper functions and assertions used in 'mlr3' and its companion packages. 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'.
Last updated 5 months ago
machine-learningmiscellaneousmlr3
10.18 score 12 stars 39 packages 288 scripts 6.7k downloadsbbotk - Black-Box Optimization Toolkit
Features highly configurable search spaces via the 'paradox' package and optimizes every user-defined objective function. The package includes several optimization algorithms e.g. Random Search, Iterated Racing, Bayesian Optimization (in 'mlr3mbo') and Hyperband (in 'mlr3hyperband'). bbotk is the base package of 'mlr3tuning', 'mlr3fselect' and 'miesmuschel'.
Last updated 15 days ago
bbotkblack-box-optimizationdata-sciencehyperparameter-optimizationhyperparameter-tuningmachine-learningmlr3optimization
9.99 score 21 stars 13 packages 157 scripts 7.0k downloadsmlr3viz - Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, learners, predictions, benchmark results, tuning instances and filters via the 'autoplot()' generic of 'ggplot2'. The package draws plots with the 'viridis' color palette and applies the minimal theme. Visualizations include barplots, boxplots, histograms, ROC curves, and Precision-Recall curves.
Last updated 15 days ago
ggplot2mlr3visualizationvisualizations
9.67 score 42 stars 5 packages 372 scripts 2.8k downloadsmlr3extralearners - Extra Learners For mlr3
Extra learners for use in mlr3.
Last updated 15 days ago
9.33 score 90 stars 470 scriptsmlr3mbo - Flexible Bayesian Optimization
A modern and flexible approach to Bayesian Optimization / Model Based Optimization building on the 'bbotk' package. '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'. Examples of ready-to-use optimization algorithms include Efficient Global Optimization by Jones et al. (1998) <doi:10.1023/A:1008306431147>, ParEGO by Knowles (2006) <doi:10.1109/TEVC.2005.851274> and SMS-EGO by Ponweiser et al. (2008) <doi:10.1007/978-3-540-87700-4_78>.
Last updated 8 hours ago
automlbayesian-optimizationbbotkblack-box-optimizationgaussian-processhpohyperparameterhyperparameter-optimizationhyperparameter-tuningmachine-learningmlr3model-based-optimizationoptimizationoptimizerrandom-foresttuning
8.72 score 25 stars 3 packages 110 scripts 3.5k downloadsmlr3spatiotempcv - Spatiotemporal Resampling Methods for 'mlr3'
Extends the mlr3 ML framework with spatio-temporal resampling methods to account for the presence of spatiotemporal autocorrelation (STAC) in predictor variables. STAC may cause highly biased performance estimates in cross-validation if ignored.
Last updated 7 months ago
cross-validationmlr3resamplingresampling-methodsspatialtemporal
8.36 score 49 stars 112 scripts 853 downloadsmlr3cluster - Cluster Extension for 'mlr3'
Extends the 'mlr3' package with cluster analysis.
Last updated 2 months ago
cluster-analysisclusteringmlr3
8.16 score 21 stars 2 packages 50 scripts 3.0k downloadsmlr3fselect - Feature Selection for 'mlr3'
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.
Last updated 15 days ago
evolutionary-algorithmsexhaustive-searchfeature-selectionmachine-learningmlr3optimizationrandom-searchrecursive-feature-eliminationsequential-feature-selection
8.12 score 20 stars 2 packages 60 scripts 3.8k downloadsmlr3filters - Filter Based Feature Selection for 'mlr3'
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.
Last updated 8 months ago
feature-selectionfilterfiltersmlrmlr3variable-importance
8.08 score 20 stars 3 packages 91 scripts 3.1k downloadsmlr3verse - 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/>.
Last updated 5 months ago
machine-learningmetamlr3
7.94 score 51 stars 1 packages 812 scripts 2.4k downloadsmlr3proba - Probabilistic Supervised Learning for 'mlr3'
Provides extensions for probabilistic supervised learning for 'mlr3'. This includes extending the regression task to probabilistic and interval regression, adding a survival task, and other specialized models, predictions, and measures.
Last updated 1 months ago
density-estimationmachine-learningmlr3probabilistic-regressionprobabilistic-supervised-learningsupervised-learningsurvival-analysis
7.91 score 130 stars 276 scripts 213 downloadsmlr3hyperband - Hyperband for 'mlr3'
Successive Halving (Jamieson and Talwalkar (2016) <doi:10.48550/arXiv.1502.07943>) and Hyperband (Li et al. 2018 <doi:10.48550/arXiv.1603.06560>) optimization algorithm for the mlr3 ecosystem. The implementation in mlr3hyperband features improved scheduling and parallelizes the evaluation of configurations. The package includes tuners for hyperparameter optimization in mlr3tuning and optimizers for black-box optimization in bbotk.
Last updated 5 months ago
automlbbotkhyperbandhyperparameter-tuningmachine-learningmlr3optimizationtunetuning
7.50 score 18 stars 3 packages 47 scripts 1.8k downloadsmlr3torch - Deep Learning with 'mlr3'
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'.
Last updated 1 months ago
data-sciencedeep-learningmachine-learningmlr3torch
7.04 score 40 stars 48 scripts 644 downloadsmlr3spatial - Support for Spatial Objects Within the 'mlr3' Ecosystem
Extends the 'mlr3' ML framework with methods for spatial objects. Data storage and prediction are supported for packages 'terra', 'raster' and 'stars'.
Last updated 9 months ago
mlr3raster-predictionspatialspatial-modelling
6.85 score 42 stars 56 scripts 448 downloadsmlr3oml - Connector Between 'mlr3' and 'OpenML'
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.
Last updated 6 months ago
datadata-sciencedatasetsmachine-learningmlr3openml
5.44 score 6 stars 91 scripts 800 downloadsmlr3data - Collection of Machine Learning Data Sets for 'mlr3'
A small collection of interesting and educational machine learning data sets which are used as examples in the 'mlr3' book (<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.
Last updated 14 days ago
datadata-sciencedata-setsmachine-learningmlr3
5.21 score 2 stars 2 packages 16 scripts 2.8k downloadsmlr3benchmark - Analysis and Visualisation of Benchmark Experiments
Implements methods for post-hoc analysis and visualisation of benchmark experiments, for 'mlr3' and beyond.
Last updated 1 years ago
analysisbenchmark-analysisbenchmark-experimentsbenchmarkingmlr3
5.12 score 12 stars 44 scripts 347 downloadsmlr3batchmark - Batch Experiments for 'mlr3'
Extends the 'mlr3' package with a connector to the package 'batchtools'. This allows to run large-scale benchmark experiments on scheduled high-performance computing clusters.
Last updated 1 years ago
batchtoolscluster-computinghigh-performance-computinghpcmlr3
5.09 score 5 stars 49 scripts 224 downloadsmlr3fda - Extending 'mlr3' to Functional Data Analysis
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'.
Last updated 4 months ago
data-analysisdata-analysis-in-rdata-sciencefunctional-datamachine-learningmlr3
5.06 score 4 stars 5 scripts 293 downloadsrush - Rapid Parallel and Distributed Computing
Parallel computing with a network of local and remote workers. Fast exchange of results between the workers through a 'Redis' database. Key features include task queues, local caching, and sophisticated error handling.
Last updated 16 days ago
mlr3parallel-computing
4.91 score 9 stars 5 scripts 616 downloadsmlr3db - Data Base Backend for 'mlr3'
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.
Last updated 1 years ago
bigquerydata-backenddatabaseduckdbmachine-learningmariadbmlr3mysqlodbcpostgresqlsparksqlite
4.73 score 21 stars 17 scripts 468 downloads