src.fairreckitlib.data.ratings

This package contains functionality to convert ratings in a dataframe.

Modules:

base_converter: base class for converting ratings.
convert_config: converter configuration class.
convert_config_parsing: parse converter configuration.
convert_constants: constants to be used in other modules.
convert_event: event args and a print function for a converter event.
count: count apc/alc.
kl_converter: class for converting with kullback-leibler.
range_converter: class for converting with a scalar.
rating_converter_factory: create converter factory with available rating converters.

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 to convert ratings in a dataframe.
 2
 3Modules:
 4
 5    base_converter: base class for converting ratings.
 6    convert_config: converter configuration class.
 7    convert_config_parsing: parse converter configuration.
 8    convert_constants: constants to be used in other modules.
 9    convert_event: event args and a print function for a converter event.
10    count: count apc/alc.
11    kl_converter: class for converting with kullback-leibler.
12    range_converter: class for converting with a scalar.
13    rating_converter_factory: create converter factory with available rating converters.
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"""