/r

R package to interface with OpenML

Primary LanguageROtherNOASSERTION

OpenML plugin for R

CRAN Status Badge CRAN Downloads Build Status Coverage Status Issues in Ready Issues in Progress

Allows to interface the OpenML server to download tasks and upload results.

Installation of the package

At first install the latest versions of all dependencies from CRAN:

install.packages(c("mlr", "checkmate", "data.table", "digest", "RCurl", "stringi", "XML", "RWeka", "devtools"))

Install the current development version of the OpenML R package from Github:

devtools::install_github("openml/r")

After attaching the package, you are ready to start:

library(OpenML)

Tutorial

There's a short tutorial with which we want to help you to get started. If you have further questions or issues, please use the issue tracker.