features

Structures to save explicit features.

Classes

DenseFeatures(values, names)

Storage for dense features.

SparseFeatures(values, names)

Storage for sparse features.

Exceptions

AbsentIdError

The error is raised when there are some ids in the id map that are not present in the dataframe

UnknownIdError

The error is raised when there are some ids in the dataframe that are not present in the id map