Set and overwrite configuration settings.
setOMLConfig(server = NULL, verbosity = NULL, apikey = NULL,
cachedir = NULL, arff.reader = NULL, confirm.upload = NULL)[character(1)]
URL of the XML API endpoint.
[integer(1)]
Verbosity level. Possible values are 0 (normal output), 1 (info output),
2 (debug output).
[character(1)]
Your OpenML API key. Log in to OpenML, move to your profile to get it.
[character(1)]
Path to the cache directory.
[character(1)]
Name of the package which should be used to parse arff files. Possible are
“RWeka”, which is the default and “farff”.
[logical(1)]
Should the user be asked for confirmation before upload of OML objects?
Invisibly returns a list of configuration settings.
Other config: configuration,
getOMLConfig, loadOMLConfig,
saveOMLConfig