convertMlrLearnerToOMLFlow {OpenML} | R Documentation |
Converts an OMLFlow to an mlr learner.
Description
Creates an OMLFlow
for an mlr Learner
]
Required if you want to upload an mlr learner to the OpenML server.
Usage
convertMlrLearnerToOMLFlow(
lrn,
name = paste0("mlr.", lrn$id),
description = NULL,
...
)
Arguments
lrn |
[ |
name |
[ |
description |
[ |
... |
[ |
Value
[OMLFlow
].
[Package OpenML version 1.12 Index]