ArffSource
- class coba.environments.ArffSource
Load an arff dataset.
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.