Basic Data Types#
Entity Identifiers#
- lenskit.data.types.ID: TypeAlias = int | str | bytes | numpy.integer[typing.Any] | numpy.str_ | numpy.bytes_ | numpy.object_#
Allowable identifier types.
- lenskit.data.types.NPID: TypeAlias = numpy.integer[typing.Any] | numpy.str_ | numpy.bytes_ | numpy.object_#
NumPy entity identifier types.