src.fairreckitlib.evaluation.metrics.lenskit
This package contains functionality for metrics of the LensKit package.
Modules:
lenskit_accuracy_metric: class for accuracy metric implementation and creation functions.
lenskit_rating_metric: class for rating metric implementation and creation functions.
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 metrics of the LensKit package. 2 3Modules: 4 5 lenskit_accuracy_metric: class for accuracy metric implementation and creation functions. 6 lenskit_rating_metric: class for rating metric implementation and creation functions. 7 8This program has been developed by students from the bachelor Computer Science at 9Utrecht University within the Software Project course. 10© Copyright Utrecht University (Department of Information and Computing Sciences) 11"""