tempor.models.clairvoyance2.data.has_features_mixin module
-
class tempor.models.clairvoyance2.data.has_features_mixin.HasFeaturesMixin[source]
Bases: object
-
property features : Mapping[int | str, Feature]
-
property feature_names : Sequence[int | str]
-
property all_features_numeric : bool
-
property all_features_categorical : bool
-
property all_features_binary : bool
-
property n_features : int
Back to top