Skip to content

quepas/r

 
 

Repository files navigation

OpenML plugin for R

Build Status

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

Installation of the package

  • 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)

Tutorial

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.

About

R package to interface with OpenML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.6%
  • Other 0.4%