Questions tagged [mlr3]

mlr3 is the next generation of the mlr package for machine learning in R.

mlr3 is a redesigned version of the mlr package for machine learning in R, embracing R6 and data.table for cleaner code and more efficient operations. It provides a common interface to many learners that are implemented in R and many additional things, such as hyperparameter tuning and machine learning pipelines, on top. More information at https://mlr3.mlr-org.com/

mlr3 is a collection of packages with minimal dependencies between them to make installation easier. The mlr3 ecosystem comprises

  • the core package mlr3 and mlr3misc for miscellaneous additional functionality
  • mlr3featsel for feature selection
  • mlr3pipelines for machine learning pipelines
  • mlr3tuning for hyperparameter tuning
  • mlr3learners and mlr3extralearners for additional learner interfaces
  • mlr3ordinal for ordinal regression
  • mlr3survival for survival analysis
  • mlr3cluster for cluster analysis
  • mlr3forecasting for forecasting
  • mlr3fda for functional data analysis
  • mlr3spatiotemporal for spatial and temporal analytics
  • mlr3keras for deep learning with Keras
  • mlr3viz for visualizations
258 questions
-1
votes
1 answer

Is it possible to get the probability predictions for each class with mlr3, ranger and terra?

ML beginner here, so apologies for any wrong terminology. I have two questions. Firstly, is it possible to add an additional "unknown" class, when the probability of any one class is very low? And, secondly, how can I return the probability values…
pbengou
  • 13
  • 3
-1
votes
1 answer

How to update mlr3 library in Rstudio

I was using mlr3 library from few weeks and now suddenly I am getting the following error: Loading required package: mlr3 Error: package or namespace load failed for ‘mlr3’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck =…
Neha gupta
  • 43
  • 5
-2
votes
1 answer

Extra learners in mlr3

I cannot use models in mlr3 other than random forest, part, knn, svm, gbm etc. I am using mlr3extralearners package but still it seems there are a lot of models supported. How to use nnet, mlp etc in mlr3. I have a regression problem. Second point…
Neha
  • 3
  • 3
1 2 3
17
18