Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support large sparse matrices in SVC/SVR #11356

Open
jnothman opened this issue Jun 25, 2018 · 0 comments
Open

Support large sparse matrices in SVC/SVR #11356

jnothman opened this issue Jun 25, 2018 · 0 comments

Comments

@jnothman
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants