Skip to content

Commit efc8610

Browse files
committed
Pushing the docs for revision for branch: master, commit 94faf0e278f3780bd251eb0cf6ce987e7c8935af
1 parent 2f2d590 commit efc8610

File tree

907 files changed

+2970
-2970
lines changed

Some content is hidden

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

907 files changed

+2970
-2970
lines changed

dev/_downloads/grid_search_digits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
print()
5252

5353
clf = GridSearchCV(SVC(C=1), tuned_parameters, cv=5,
54-
scoring='%s_weighted' % score)
54+
scoring='%s_macro' % score)
5555
clf.fit(X_train, y_train)
5656

5757
print("Best parameters set found on development set:")
-66 Bytes
-66 Bytes
-619 Bytes
-619 Bytes
-272 Bytes
-272 Bytes
184 Bytes
184 Bytes
-156 Bytes

0 commit comments

Comments
 (0)