featuretools.variable_types.variable.NumericTimeIndex¶
-
class
featuretools.variable_types.variable.
NumericTimeIndex
(id, entity, name=None, range=None, start_inclusive=True, end_inclusive=False)[source]¶ Represents time index of entity that is numeric
-
__init__
(id, entity, name=None, range=None, start_inclusive=True, end_inclusive=False)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(id, entity[, name, range, …])Initialize self.
create_from
(variable)Create new variable this type from existing
to_data_description
()Attributes
dtype
entityset
interesting_values
name
series
type_string
-