powered by
Given an flow id, the corresponding OMLFlow is downloaded if not already available in cache.
OMLFlow
getOMLFlow(flow.id, cache.only = FALSE, verbosity = NULL)
[OMLFlow].
[integer(1)] ID of the implementation of an OpenML flow.
integer(1)
[logical(1)] Only try to retrieve the object from cache. Will result in error if the object is not found. Default is FALSE.
logical(1)
FALSE
[integer(1)] Print verbose output on console? Possible values are: 0: normal output, 1: info output, 2: debug output. Default is set via setOMLConfig.
0
1
2
setOMLConfig
Other downloading functions: getOMLDataSetQualities(), getOMLDataSet(), getOMLRun(), getOMLStudy(), getOMLTask()
getOMLDataSetQualities()
getOMLDataSet()
getOMLRun()
getOMLStudy()
getOMLTask()
Other flow-related functions: convertOMLFlowToMlr(), deleteOMLObject(), listOMLFlows(), makeOMLFlowParameter(), makeOMLFlow(), tagOMLObject()
convertOMLFlowToMlr()
deleteOMLObject()
listOMLFlows()
makeOMLFlowParameter()
makeOMLFlow()
tagOMLObject()
# \dontrun{ # r_ctree = getOMLFlow(flow.id = 2569) # weka_bagging = getOMLFlow(flow.id = 2286) # }
Run the code above in your browser using DataLab