evalml.utils.is_all_numeric

evalml.utils.is_all_numeric(dt)[source]

Checks if the given DataTable contains only numeric values

Parameters

dt (ww.DataTable) – The DataTable to check data types of.

Returns

True if all the DataTable columns are numeric and are not missing any values, False otherwise.