src.fairreckitlib.model.pipeline

This package contains functionality for running the model pipeline.

Modules:

model_config: model configuration class.
model_config_parsing: parse model configuration(s).
model_event: event ids, event args and a print switch for the model pipeline.
model_pipeline: base model pipeline class.
model_pipeline_surprise: model pipeline classes for the surprise package.
model_run: run (multiple) model pipelines.
prediction_pipeline: model pipeline class for predictions.
recommendation_pipeline: model pipeline class for recommendations.
recommendation_pipeline_elliot: recommender pipeline class for the elliot framework.

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 running the model pipeline.
 2
 3Modules:
 4
 5    model_config: model configuration class.
 6    model_config_parsing: parse model configuration(s).
 7    model_event: event ids, event args and a print switch for the model pipeline.
 8    model_pipeline: base model pipeline class.
 9    model_pipeline_surprise: model pipeline classes for the surprise package.
10    model_run: run (multiple) model pipelines.
11    prediction_pipeline: model pipeline class for predictions.
12    recommendation_pipeline: model pipeline class for recommendations.
13    recommendation_pipeline_elliot: recommender pipeline class for the elliot framework.
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"""