Converts a flow to a mlr learner.
Converts an OMLFlow
that was originally created with the OpenML R-package to a Learner
.
convertOMLFlowToMlr(flow)
flow
: [OMLFlow
]
The flow object.
[Learner
].
Other flow-related functions: deleteOMLObject()
, getOMLFlow()
, listOMLFlows()
, makeOMLFlowParameter()
, makeOMLFlow()
, tagOMLObject()