8000 small tweaks · seckcoder/scikit-learn@e686e38 · GitHub
[go: up one dir, main page]

Skip to content

Commit e686e38

Browse files
jaquesgrobleramueller
authored andcommitted
small tweaks
1 parent 868bcd2 commit e686e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/svm/plot_svm_scale_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112
clf_sets = [(LinearSVC(penalty='L1', loss< 6619 /span>='L2', dual=False,
113113
tol=1e-3),
114-
np.logspace(-2.2, -1.2, 10), X_1, y_1),
114+
np.logspace(-2.3, -1.3, 10), X_1, y_1),
115115
(LinearSVC(penalty='L2', loss='L2', dual=True,
116116
tol=1e-4),
117117
np.logspace(-4.5, -2, 10), X_2, y_2)]

0 commit comments

Comments
 (0)
0