Allows to interface the OpenML server to download tasks and upload results. Work in progress.
- Install the latest versions of all dependencies from CRAN:
install.packages(c("mlr", "checkmate", "data.table", "digest", "RCurl", "stringr", "XML", "RWeka", "devtools"))
- Install OpenML's current development version from Github:
devtools::install_github("openml/r")
- After attaching the package, you are ready to start:
library(OpenML)
There's a short tutorial with which we want to help you get started. If you have further questions or issues, please use the issue tracker.