Skip to content

Prometheus77/ensembling_workshop

Repository files navigation

This repo contains material for a workshop that teaches how to create ensemble models in R using the mlr package. Click on ensembling_workshop.md above to see the output of the tutorial. If you would like to pull down the repo and run the algorithms yourself, use ensembling_workshop.Rmd.

Getting started

You will need to install several packages in order to run the code:

install.packages("devtools")
install.packages("mlr", dependencies = TRUE, suggests = TRUE)
install.packages("mlrMBO", dependencies = TRUE)
install.packages("tidyverse", dependencies = TRUE)
devtools::install_github("Prometheus77/ucimlr")
devtools::install_github("Prometheus77/actools")

Installing the mlr packages with all suggested dependences can take upwards of an hour. As an alternative, you can remove the suggests = TRUE code and then install packages as you go. Every time mlr needs a package you don't have installed, it will throw an error and tell you which package is missing.

Additional resources

About

Ensembling workshop for use in educational settings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published