Skip to content

Commit 8f2e663

Browse files
authored
Update Ridge2FoldCVRegularization.py
1 parent 4622838 commit 8f2e663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/regression/Ridge2FoldCVRegularization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def get_train_test_error(estimator):
203203
RidgeCV(
204204
alphas=alphas,
205205
cv=None,
206-
store_cv_values=True,
206+
store_cv_results=True,
207207
scoring=None, # uses by default mean squared error
208208
fit_intercept=False,
209209
)

0 commit comments

Comments
 (0)