-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Open
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practiceshelp wantedmodule:linear_model
Description
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
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practiceshelp wantedmodule:linear_model