plaid.types.feature_types

Custom types for features.

Attributes

Classes

FeatureIdentifier

Feature identifier for a specific feature.

Module Contents

type Scalar = float | int[source]
type Field = Array[source]
type TimeSequence = Array[source]
type TimeSeries = tuple[TimeSequence, Field][source]
type Feature = Scalar | Field | TimeSeries | Array[source]
class FeatureIdentifier(*args, **kwargs)[source]

Bases: dict[str, Union[str, float]]

Feature identifier for a specific feature.

Initialize self. See help(type(self)) for accurate signature.