Closed
Description
As discussed in #1549, utils.check_arrays() does not check the shape or ndim of input arrays. However, the docstring suggests that it should: "Checks whether all objects in arrays have the same shape or length."
To me, I think what we need is to break check_arrays() into several sub-functions or maybe a class:
- Check sparse / dense
- Check dtype
- Check first dimension
- Check all dimensions
Metadata
Metadata
Assignees
Labels
No labels