src.fairreckitlib

This package contains the FairRecKit recommender system API.

Modules:

recommender_system: the top level API intended for use by applications.

Packages:

core: base functionality that is used in the other packages.
data: data(set) functionality with a data registry and a data pipeline.
evaluation: rating result performance evaluation computations as a pipeline.
experiment: combined computations of the data, model and evaluation pipelines.
model: algorithmic rating result computations as a model pipeline.

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 the FairRecKit recommender system API.
 2
 3Modules:
 4
 5    recommender_system: the top level API intended for use by applications.
 6
 7Packages:
 8
 9    core: base functionality that is used in the other packages.
10    data: data(set) functionality with a data registry and a data pipeline.
11    evaluation: rating result performance evaluation computations as a pipeline.
12    experiment: combined computations of the data, model and evaluation pipelines.
13    model: algorithmic rating result computations as a model pipeline.
14
15This program has been developed by students from the bachelor Computer Science at
16Utrecht University within the Software Project course.
17© Copyright Utrecht University (Department of Information and Computing Sciences)
18"""