Skip to content

mlr-org/mlr3automl

Repository files navigation

mlr3automl

Package website: release | dev

r-cmd-check CRAN Status StackOverflow Mattermost

mlr3automl is the Automated Machine Learning (AutoML) package of the mlr3 ecosystem.

Installation

Install the development version from GitHub:

remotes::install_github("mlr-org/mlr3automl")

Examples

library("mlr3automl")

rush_plan(n_workers = 2)

task = tsk("spam")

learner = lrn("classif.auto",
  terminator = trm("evals", n_evals = 100)
)

learner$train(task)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages