tempor.models.clairvoyance2.data.feature module
-
class tempor.models.clairvoyance2.data.feature.Feature(name: str, series: Series)[source]
Bases: object
-
property inferred_dtype : type
-
property numeric_compatible : bool
-
property categorical_compatible : bool
-
property binary_compatible : bool
-
property categories : Sequence[int | float | str]
Back to top