src.fairreckitlib.model

This package contains functionality for algorithm/model computations.

Modules:

model_factory: create model factory with available predictor/recommender factories.

Packages:

algorithms: prediction/recommender algorithms and implementations.
pipeline: run various model computations with batching.

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 algorithm/model computations.
 2
 3Modules:
 4
 5    model_factory: create model factory with available predictor/recommender factories.
 6
 7Packages:
 8
 9    algorithms: prediction/recommender algorithms and implementations.
10    pipeline: run various model computations with batching.
11
12This program has been developed by students from the bachelor Computer Science at
13Utrecht University within the Software Project course.
14© Copyright Utrecht University (Department of Information and Computing Sciences)
15"""