src.fairreckitlib.model.algorithms.lenskit

This package contains functionality for predictors/recommenders of the LensKit package.

Modules:

lenskit_algorithms: name constants and creation wrappers for implemented algorithms.
lenskit_factory: create predictor/recommender factory.
lenskit_params: create config parameters for implemented algorithms.
lenskit_predictor: class for predictor implementation and creation functions.
lenskit_recommender: class for recommender 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 predictors/recommenders of the LensKit package.
 2
 3Modules:
 4
 5    lenskit_algorithms: name constants and creation wrappers for implemented algorithms.
 6    lenskit_factory: create predictor/recommender factory.
 7    lenskit_params: create config parameters for implemented algorithms.
 8    lenskit_predictor: class for predictor implementation and creation functions.
 9    lenskit_recommender: class for recommender implementation and creation functions.
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"""