Getting Started
Objective functions
Automated Machine Learning
Pipelines and Components
Data Checks
Resources
HighlyNullDataCheck.
__init__
Checks if there are any highly-null columns in the input.
pct_null_threshold (float) – If the percentage of NaN values in an input feature exceeds this amount, that feature will be considered highly-null. Defaults to 0.95.