src.fairreckitlib.model.algorithms.elliot

This package contains functionality for recommenders of the Elliot framework.

Modules:

elliot_algorithms: name constants for implemented algorithms.
elliot_factory: create recommender factory.
elliot_params: create config parameters for implemented algorithms.
elliot_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 recommenders of the Elliot framework.
 2
 3Modules:
 4
 5    elliot_algorithms: name constants for implemented algorithms.
 6    elliot_factory: create recommender factory.
 7    elliot_params: create config parameters for implemented algorithms.
 8    elliot_recommender: class for recommender implementation and creation functions.
 9
10This program has been developed by students from the bachelor Computer Science at
11Utrecht University within the Software Project course.
12© Copyright Utrecht University (Department of Information and Computing Sciences)
13"""