-
### Describe the bug
I have been using the excellent DoubleML package for R, and running some simulations I have noticed that the "same" parametrization of a Random Forest model in R and Python pro…
-
I'm getting an error when I run [this example](https://mlr3book.mlr-org.com/chapters/chapter12/model_interpretation.html#what-if-method) from the mlr3 book:
````
Error in whatif$find_counterfactua…
-
- Supported probabilistic learners https://github.com/mlr-org/mlr3proba
-
Machine learning packages such as scikit-learn and mlr3 allow mtry/max_features type hyperparameters to be supplied (and tuned) as a proportion of available features ('max_features' in sklearn and 'mt…
-
Some work on the `mlr3` branch already.
-
Thinking about how to plug the data into various models.
https://github.com/mlr-org/mlr3/issues/274#issuecomment-510618455
Given there is a mlr3 dplyr backend (https://github.com/mlr-org/mlr3db/…
-
During a run with `mlr3mbo` with the default config we got:
```bash
INFO [04:56:35.792] [bbotk] 429.392 ce827262-3214-4d9d-8be7-febba967c238
INFO [04:56:35.915] [mlr3] C…
-
```
library(data.table)
library(mlr3)
library(mlr3proba)
library(mlr3pipelines)
library(mlr3learners)
library(mlr3extralearners)
library(mlr3tuning)
library(mlr3benchmark)
library(glmnet)
li…
-
Illustration of basic components of mlr3 and how they are composed.
E.g. Tasks, measures, resampling and syntax
-
Hi, thank you for developing such a great package. This is not a question, rather a feature request, so feel free to close the issue if you think it shouldn't be here. I was wondering if there any pla…