src.fairreckitlib.model.algorithms.implicit
This package contains functionality for recommenders of the Implicit package.
Modules:
implicit_algorithms: name constants for implemented algorithms.
implicit_factory: create recommender factory.
implicit_params: create config parameters for implemented algorithms.
implicit_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 Implicit package. 2 3Modules: 4 5 implicit_algorithms: name constants for implemented algorithms. 6 implicit_factory: create recommender factory. 7 implicit_params: create config parameters for implemented algorithms. 8 implicit_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"""