Skip to content

a little mistake in the code #14

@gkyustc

Description

@gkyustc

X_sub = X[y_transform == transformed_label, :]

I think this should be
X_sub = X_copy[y_transform == transformed_label, :]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions