Skip to content

mutual-ai/openml-r

 
 

Repository files navigation

R interface to OpenML

CRAN Status Badge CRAN Downloads Build Status Coverage Status Issues in TODOs Join the chat at https://gitter.im/openml/r

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 (see Tutorial).

Installation of the package

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

Furthermore, you need RWeka or farff installed to process ARFF files:

install.packages("RWeka")
# or: devtools::install_github("mlr-org/farff")

Contact

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.

About

R package to interface with OpenML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 68.0%
  • R 31.9%
  • Rebol 0.1%