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