Gallery
In the gallery, you find case studies and demos. The posts are mostly about specific features and cover advanced topics. If you are completely new to mlr3 or machine learning, you should start with the book. Pick a post from one of the four categories or browse all posts sorted by date.
Latest
-
Benchmarking
Hyperparameter tuning and benchmarking on german credit task.
-
Train Predict Evaluate Basics
Introduction to German Credit dataset and classification. Train predict and evaluate a logistic regression learner with hold-out split.
-
Resampling Solution
Use 5-fold cross validation to evaluate logistic regression and knn learner on german credit set.
-
Tree Methods
Use, plot and benchmark classification tree and random forest on german credit set.
-
Train Predict Evaluate Basics Solution
Introduction to German Credit dataset and classification. Train predict and evaluate a logistic regression learner with hold-out split.
Train and Evaluate Models
-
Imbalanced Data Handling
Handle imbalanced data with oversampling, undersampling, and SMOTE imbalance correction.
-
Resampling - Stratified, Blocked and Predefined
Apply stratified, block and custom resampling.
-
Factor Encoding
Encode factor variables in a task.
-
German Credit Series
Train, tune and pipeline different machine learning algorithms.
Optimize Models
-
Recursive Feature Elimination on the Sonar Data Set
Utilize the built-in feature importance of models.
-
Hyperband Series
Use the Hyperband optimizer with different budget parameters.
-
Practical Tuning Series
Start with a tuned SVM and finish with a AutoML model.
-
Default Hyperparameter Configuration
Run the default hyperparameter configuration of learners as a baseline.
Build Pipelines
-
A Pipeline for the Titanic Data Set
Create new features and impute missing values with a pipeline.
-
Pipelines, Selectors, Branches
Build a preprocessing pipeline with branching.
-
Target Transformations via Pipelines
Transform the target variable.
-
Tuning a Complex Graph
Tune a preprocessing pipeline and multiple tuners at once.
Apply Technical Tools and Run Special Tasks
-
Time constraints in the mlr3 ecosystem
Set time limits for learners, tuning and nested resampling.
-
Production Example Using Plumber and Docker
Write a REST API using plumber and deploy it using Docker.
-
Visualization in mlr3
Quickly plot objects of the mlr3 ecosystem.
-
Spatial Data in the mlr3 Ecosystem
Run a land cover classification of the city of Leipzig.