- Open the
.Rprojfile. - Launch
renv::restore()and install all packages. - Go to the
experiments/folder and run any experiment you want :). - You may need to install additional packages:
renv::install(c(
"ranger",
"kernlab",
"xgboost"
))
data/: Contains the datasets used in the experiments, as well as some environments.experiments/: Contains the experiments that were run.figs/: Contains the figures generated in the experiments.R/: Contains the functions used in the experiments.