evalml.data_checks.InvalidTargetDataCheck¶
-
class
evalml.data_checks.
InvalidTargetDataCheck
(problem_type, objective, n_unique=100)[source]¶ Checks if the target data contains missing or invalid values.
-
name
= 'InvalidTargetDataCheck'¶
Methods:
Check if the target is invalid for the specified problem type.
Checks if the target data contains missing or invalid values.
-