Skip to content

Commit 9cf2442

Browse files
committed
Pushing the docs for revision for branch: master, commit 2f28ebef9ae9ed593f43ac8bc241edb0a11a4f47
1 parent 2f102c5 commit 9cf2442

File tree

901 files changed

+2952
-2952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

901 files changed

+2952
-2952
lines changed

dev/_downloads/plot_cv_predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
y = boston.target
1818

1919
# cross_val_predict returns an array of the same size as `y` where each entry
20-
# is a prediction obtained by cross validated:
20+
# is a prediction obtained by cross validation:
2121
predicted = cross_val_predict(lr, boston.data, y, cv=10)
2222

2323
fig, ax = plt.subplots()
46 Bytes
46 Bytes
467 Bytes
467 Bytes
559 Bytes
559 Bytes
-302 Bytes
-302 Bytes
-463 Bytes

0 commit comments

Comments
 (0)