R/convertMlrLearnerToOMLFlow.R
convertMlrLearnerToOMLFlow.RdCreates 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 | [ |
|---|---|
| name | [ |
| description | [ |
| ... | [ |
[OMLFlow].