Skip to content

Commit 42294be

Browse files
authored
DOC fix docstring of _plain_sgd (#25573)
1 parent 9b2cce5 commit 42294be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sklearn/linear_model/_sgd_fast.pyx

-2
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ def _plain_sgd(const double[::1] weights,
421421
The maximum number of iterations (epochs).
422422
tol: double
423423
The tolerance for the stopping criterion.
424-
dataset : SequentialDataset
425-
A concrete ``SequentialDataset`` object.
426424
fit_intercept : int
427425
Whether or not to fit the intercept (1 or 0).
428426
verbose : int

0 commit comments

Comments
 (0)