R interface to OpenML
OpenML aims to create a frictionless, collaborative environment for exploring machine learning. This R package allows to interface the OpenML server to download datasets, tasks, runs and upload results.
There is no CRAN release yet. Use devtools
to install the current development version of the OpenML R package from GitHub:
devtools::install_github("openml/r")
Found some nasty bugs? Please use the issue tracker to report on bugs or missing features. Pay attention to explain the problem as good as possible (in the best case with a traceback()
result and a sessionInfo()
). Moreover, a reproducible example is desirable.