Skip to content

[BUG] PLAID Dataset is being loaded as unequal always #2224

Open
@hadifawaz1999

Description

@hadifawaz1999

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdatasetsDatasets and data loaders

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions