evalml.data_checks.HighlyNullDataCheck

Inheritance diagram of HighlyNullDataCheck
class evalml.data_checks.HighlyNullDataCheck(pct_null_threshold=0.95)[source]

Checks if there are any highly-null columns in the input.

name = 'HighlyNullDataCheck'

Instance attributes

Methods:

__init__

Checks if there are any highly-null columns in the input.

validate

Checks if there are any highly-null columns in the input.