8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sparse_coef_
1 parent 746d686 commit 954b390Copy full SHA for 954b390
doc/modules/sgd.rst
@@ -206,9 +206,6 @@ For maximum efficiency, use the CSR matrix format as defined in
206
<http://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csr_matrix.html>`_.
207
208
Implemented classes are :class:`SGDClassifier` and :class:`SGDRegressor`.
209
-During training both classes maintain a dense representation of the model
210
-parameters. After training has completed you can obtain a sparse representation
211
-of the model parameters via the attribute `sparse_coef_`.
212
213
.. topic:: Examples:
214
0 commit comments