mlrl.testbed.experiments.input.sources.source_csv module

Author Michael Rapp (michael.rapp.ml@gmail.com)

Provides classes that allow reading input data from CSV files.

class mlrl.testbed.experiments.input.sources.source_csv.CsvFileSource(directory: Path)

Bases: TabularFileSource

Allows to read tabular input data from a CSV file.

DELIMITER = ','
QUOTE_CHAR = '"'
SUFFIX_CSV = 'csv'