src.fairreckitlib.evaluation.pipeline
This package contains functionality for running the evaluation pipeline.
Modules:
evaluation_config: evaluation configuration class.
evaluation_config_parsing: parse metric configuration(s).
evaluation_event: event ids, event args and a print switch for the evaluation pipeline.
evaluation_pipeline: the evaluation pipeline class.
evaluation_run: run (multiple) evaluation pipelines for each computed ratings set.
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 evaluation pipeline. 2 3Modules: 4 5 evaluation_config: evaluation configuration class. 6 evaluation_config_parsing: parse metric configuration(s). 7 evaluation_event: event ids, event args and a print switch for the evaluation pipeline. 8 evaluation_pipeline: the evaluation pipeline class. 9 evaluation_run: run (multiple) evaluation pipelines for each computed ratings set. 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"""