8000 remove reference to obsolete `sparse_coef_` parameter. · seckcoder/scikit-learn@954b390 · GitHub
[go: up one dir, main page]

Skip to content

Commit 954b390

Browse files
committed
remove reference to obsolete sparse_coef_ parameter.
1 parent 746d686 commit 954b390

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/modules/sgd.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ For maximum efficiency, use the CSR matrix format as defined in
206206
<http://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csr_matrix.html>`_.
207207

208208
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_`.
212209

213210
.. topic:: Examples:
214211

0 commit comments

Comments
 (0)
0