In [15]:
# prediction
y_test_sklearn
=
LR
.
predict
(
X_test
)
.
reshape
(
1000
,
1
)