sklearn.utils.check_consistent_length

sklearn.utils.check_consistent_length(*arrays)[source]

Check that all arrays have consistent first dimensions.

Checks whether all objects in arrays have the same shape or length.

Parameters
*arrayslist or tuple of input objects.

Objects that will be checked for consistent length.