OpenmlSource

class coba.environments.OpenmlSource

Load an openml.org dataset.

Constructors

__init__(*, data_id: int, drop_missing: bool = True, target: str = None)
__init__(*, task_id: int, drop_missing: bool = True, target: str = None)

Instantiate an OpenmlSource.

Methods

read() Iterable[Dense | Sparse]

Read and parse the openml source.

Attributes

params

Parameters describing the openml source.