has_missing

has_missing(X)[source]

Check if X has missing values.

Parameters:
Xcollection

See aeon.utils.data_types.COLLECTIONS_DATA_TYPES for details.

Returns:
boolean

True if there are any missing values, False otherwise

Raises:
ValueError

Input_type not in COLLECTIONS_DATA_TYPES.

Deprecated since version 1.3.0: has_missing imported from utils.validation is deprecated and will be removed in v1.4.0. Import from aeon.utils.validation.collection instead.