This is the class for flows served on OpenML.
Flows represent machine learning algorithms.
This object can also be constructed using the sugar function oflw().
mlr3 Integration
Obtain a mlr3::Learner using
mlr3::as_learner().
References
Vanschoren J, van Rijn JN, Bischl B, Torgo L (2014). “OpenML.” ACM SIGKDD Explorations Newsletter, 15(2), 49–60. doi:10.1145/2641190.2641198 .
Super class
mlr3oml::OMLObject -> OMLFlow
Active bindings
parameter(
data.table)
The parameters of the flow.dependencies(
character())
The dependencies of the flow.tags(
character())
Returns all tags of the object.
Methods
Inherited methods
Method new()
Creates a new instance of this R6 class.
Usage
OMLFlow$new(id, test_server = test_server_default())Examples
# For technical reasons, examples cannot be included in this R package.
# Instead, these are some relevant resources:
#
# Large-Scale Benchmarking chapter in the mlr3book:
# https://mlr3book.mlr-org.com/chapters/chapter11/large-scale_benchmarking.html
#
# Package Article:
# https://mlr3oml.mlr-org.com/articles/tutorial.html