Skip to content

openml/openml-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c91329 · Feb 28, 2018
Feb 24, 2018
Mar 27, 2017
Oct 18, 2017
Nov 2, 2017
Nov 10, 2016
Feb 24, 2018
Jun 28, 2016
Feb 24, 2018
Oct 17, 2017
Mar 28, 2017
Mar 11, 2016
Mar 30, 2017
Jan 13, 2017
Feb 24, 2018
Feb 24, 2018
Jun 22, 2017
Feb 24, 2018
Feb 25, 2018
Feb 28, 2018
Mar 28, 2017

Repository files navigation

R interface to OpenML.org

License Rdoc CRAN Status Badge Build Status CRAN Downloads codecov

OpenML.org is an online machine learning platform where researchers can access open data, download and upload data sets, share their machine learning tasks and experiments and organize them online to work and collaborate with other researchers. The R interface allows to query for data sets with specific properties, and allows the downloading and uploading of data sets, tasks, flows and runs.

For more information, have a look at our

How to cite

To cite the OpenML R package in publications, please use our paper entitled OpenML: An R Package to Connect to the Machine Learning Platform OpenML [bibtex].

See also here for further information on how to cite the OpenML project itself.

Installation of the package

  • Install the stable version from CRAN
install.packages("OpenML")

or

  • Install the development version from GitHub (using devtools)
devtools::install_github("openml/openml-r")

Furthermore, you need farff installed to process ARFF files:

install.packages("farff")

Alternatively you can make use of the RWeka R package to process ARFF files. However, in particular for larger ARFF files, farff is considerably faster than RWeka.

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.