Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 74f20ae

Browse filesBrowse files
authored
DOC Fixed typo in a comment (#19284)
1 parent 0aee596 commit 74f20ae
Copy full SHA for 74f20ae

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎examples/svm/plot_svm_anova.py

Copy file name to clipboardExpand all lines: examples/svm/plot_svm_anova.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# #############################################################################
3131
# Create a feature-selection transform, a scaler and an instance of SVM that we
32-
# combine together to have an full-blown estimator
32+
# combine together to have a full-blown estimator
3333
clf = Pipeline([('anova', SelectPercentile(chi2)),
3434
('scaler', StandardScaler()),
3535
('svc', SVC(gamma="auto"))])

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.