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:

__init__

Check if the target is invalid for the specified problem type.

validate

Checks if the target data contains missing or invalid values.

Class Inheritance

Inheritance diagram of InvalidTargetDataCheck