Skip to content

eval_models_layouts throws an error for sparse csr_matrixΒ #18

@sciwithrach

Description

@sciwithrach

Line 162 in pipes.py should change from:

data=X.todense()

to

data = X.toarray()

Thanks so much for this package, it's amazing!

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