Skip to content

Commit f356001

Browse files
committed
Pushing the docs for revision for branch: master, commit 6ff0bbe6f11e2398d06a3c91951f6b45677ae94c
1 parent ac9ab72 commit f356001

File tree

825 files changed

+2776
-2776
lines changed

Some content is hidden

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

825 files changed

+2776
-2776
lines changed

dev/_downloads/plot_nearest_centroid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
cmap_light = ListedColormap(['#FFAAAA', '#AAFFAA', '#AAAAFF'])
2929
cmap_bold = ListedColormap(['#FF0000', '#00FF00', '#0000FF'])
3030

31-
for shrinkage in [None, 0.1]:
31+
for shrinkage in [None, .2]:
3232
# we create an instance of Neighbours Classifier and fit the data.
3333
clf = NearestCentroid(shrink_threshold=shrinkage)
3434
clf.fit(X, y)
-30 Bytes
-30 Bytes
-324 Bytes
-324 Bytes
47 Bytes
-36 Bytes
-36 Bytes
110 Bytes

0 commit comments

Comments
 (0)