Converts an OMLFlow to an mlr learner.
Creates an OMLFlow
for an mlr
Learner
] Required if you want to upload an mlr learner to the OpenML server.
convertMlrLearnerToOMLFlow( lrn, name = paste0("mlr.", lrn$id), description = NULL, ... )
lrn
: [Learner
]
The mlr learner.
name
: [character(1)
]
The name of the flow object. Default is the learner ID with the prefix mlr prepended.
description
: [character(1)
]
An optional description of the learner. Default is a short specification of the learner and the associated package.
...
: [any
]
Further optional parameters that are passed to makeOMLFlow
.
[OMLFlow
].