Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support large sparse matrices in SGD* and SequentialDataset #11355

@jnothman

Description

@jnothman

Support for sparse matrices having indices, indptr, row or col attributes with int64 dtype was recently added or confirmed for most sparse-supporting estimators.

SGDClassifier and SGDRegressor do not yet support such large sparse matrices (they use accept_large_sparse=False). We could try to fix this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions