Learn R Programming

mlr3oml (version 0.9.0)

ocl: Syntactic Sugar for Collection Construction

Description

Creates an OMLCollection instance.

Usage

ocl(id, test_server = test_server_default())

Value

(OMLCollection)

Arguments

id

(integer(1))
OpenML id for the object.

test_server

(character(1))
Whether to use the OpenML test server or public server. Defaults to value of option "mlr3oml.test_server", or FALSE if not set.