Skip to content

Commit 9b66038

Browse files
committed
removing accidental space
1 parent 154007b commit 9b66038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/linear_model/stochastic_gradient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ def fit_binary(est, i, X, y, alpha, C, learning_rate, n_iter,
268268
The i'th class is considered the "positive" class.
269269
"""
270270
y_i, coef, intercept = _prepare_fit_binary(est, y, i)
271-
272271
assert y_i.shape[0] == y.shape[0] == sample_weight.shape[0]
273272
dataset, intercept_decay = _make_dataset(X, y_i, sample_weight)
274273

0 commit comments

Comments
 (0)