src.fairreckitlib.data.pipeline
This package contains functionality for running the data pipeline.
Modules:
data_config: dataset configuration class.
data_config_parsing: parse dataset configuration.
data_event: event ids, event args and a print switch for the data pipeline.
data_pipeline: the data pipeline class.
data_run: run (multiple) data pipelines.
This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)
1"""This package contains functionality for running the data pipeline. 2 3Modules: 4 5 data_config: dataset configuration class. 6 data_config_parsing: parse dataset configuration. 7 data_event: event ids, event args and a print switch for the data pipeline. 8 data_pipeline: the data pipeline class. 9 data_run: run (multiple) data pipelines. 10 11This program has been developed by students from the bachelor Computer Science at 12Utrecht University within the Software Project course. 13© Copyright Utrecht University (Department of Information and Computing Sciences) 14"""