lenskit.data.schema.AllowableTroolean#
- class lenskit.data.schema.AllowableTroolean#
Bases:
enum.EnumStores both whether a feature is allowed and is used in the case of having repeats. For convenience, in serialized data or configuration files these values may be specified either as strings or as booleans, in which case
FalseisFORBIDDENandTrueisALLOWED. They are always serialized as strings.- FORBIDDEN = 'forbidden'#
The feature is forbidden.
- ALLOWED = 'allowed'#
The feature is allowed, but no records using it are present.
- PRESENT = 'present'#
The feature is used by instances in the data.