src.fairreckitlib.evaluation.metrics
This package contains functionality to evaluate performance of computed ratings using metrics.
Modules:
base_metric: base class for all metrics.
metric_constants: constants that are used in other modules.
metric_factory: create and resolve metric factories for various metric categories.
Packages:
lenskit: accuracy and rating metric implementations.
rexmex: coverage and rating metric implementations.
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 to evaluate performance of computed ratings using metrics. 2 3Modules: 4 5 base_metric: base class for all metrics. 6 metric_constants: constants that are used in other modules. 7 metric_factory: create and resolve metric factories for various metric categories. 8 9Packages: 10 11 lenskit: accuracy and rating metric implementations. 12 rexmex: coverage and rating metric implementations. 13 14This program has been developed by students from the bachelor Computer Science at 15Utrecht University within the Software Project course. 16© Copyright Utrecht University (Department of Information and Computing Sciences) 17"""