evalml.data_checks.NoVarianceDataCheck¶
-
class
evalml.data_checks.
NoVarianceDataCheck
(count_nan_as_value=False)[source]¶ Check if the target or any of the features have no variance.
-
name
= 'NoVarianceDataCheck'¶
Methods:
Check if the target or any of the features have no variance.
Check if the target or any of the features have no variance (1 unique value).
-