featuretools.variable_types.variable.Boolean¶
-
class
featuretools.variable_types.variable.
Boolean
(id, entity, name=None, true_values=None, false_values=None)[source]¶ Represents variables that take on one of two values
- Parameters
true_values (list) – List of valued true values. Defaults to [1, True, “true”, “True”, “yes”, “t”, “T”]
false_values (list) – List of valued false values. Defaults to [0, False, “false”, “False”, “no”, “f”, “F”]
-
__init__
(id, entity, name=None, true_values=None, false_values=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(id, entity[, name, true_values, …])Initialize self.
create_from
(variable)Create new variable this type from existing
to_data_description
()Attributes
dtype
entityset
interesting_values
name
series
type_string