Skip to content

Support large sparse matrices in SVC/SVR #11356

@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.

LibSVM (via SVC, SVR, NuSVC, NuSVR and OneClassSVM) 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