src.fairreckitlib.evaluation

This package contains functionality for evaluation/metric computations.

Modules:

evaluation_factory: create evaluation factory with available predictor/recommender factories.
evaluation_sets: evaluation sets file paths and dataframes definition.

Packages:

metrics: functionality to evaluate performance of computed ratings using metrics.
pipeline: run various metric computations for multiple computed rating sets.

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 evaluation/metric computations.
 2
 3Modules:
 4
 5    evaluation_factory: create evaluation factory with available predictor/recommender factories.
 6    evaluation_sets: evaluation sets file paths and dataframes definition.
 7
 8Packages:
 9
10    metrics: functionality to evaluate performance of computed ratings using metrics.
11    pipeline: run various metric computations for multiple computed rating sets.
12
13This program has been developed by students from the bachelor Computer Science at
14Utrecht University within the Software Project course.
15© Copyright Utrecht University (Department of Information and Computing Sciences)
16"""