ArffSource

class coba.environments.ArffSource

Load an arff dataset.

Remarks:

https://waikato.github.io/weka-wiki/formats_and_processing/arff_stable/

Constructors

__init__(source: str | Source[Iterable[str]]) None

Instantiate an ArffSource.

Parameters:

source – The data source. Accepts either a string representing the source location or another Source.

Methods

read() Iterable[Dense] | Iterable[Sparse]

Read and parse the arff source.

Attributes

params

Parameters describing the arff source.