8000 [scipy-dev] · jeremiedbb/scikit-learn@3d9e5f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d9e5f1

Browse files
authored
[scipy-dev]
1 parent 2364042 commit 3d9e5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/_sgd_fast.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cdef extern from *:
4040
int L1 = 1
4141
int L2 = 2
4242
int ELASTICNET = 3
43-
43+
4444
int CONSTANT = 1
4545
int OPTIMAL = 2
4646
int INVSCALING = 3

0 commit comments

Comments
 (0)
0