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,
...
)
[OMLFlow
].
[Learner
]
The mlr learner.
[character(1)
]
The name of the flow object. Default is the learner ID with the prefix
“mlr” prepended.
[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
.