You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This package relies on the mlr framework, which is now retired in favor of the newer mlr3 framework. While you can still use this package with mlr or to access information from OpenML, we recommend transitioning to the mlr3 framework and use the related mlr3oml package.
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.