Skip to content

Commit 74f20ae

Browse files
authored
DOC Fixed typo in a comment (scikit-learn#19284)
1 parent 0aee596 commit 74f20ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/svm/plot_svm_anova.py

Lines 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)