Open
Description
Describe the bug
When loading the PLAID dataset (originally unequal length) with load_classification
it is always loading the list version never the equal length version
Steps/Code to reproduce the bug
x, y = load_classification(name="PLAID")
print(x.shape)
Expected results
shape output
Actual results
Attribute error, list does not have attribute shape
Versions
No response