We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aee596 commit 74f20aeCopy full SHA for 74f20ae
examples/svm/plot_svm_anova.py
@@ -29,7 +29,7 @@
29
30
# #############################################################################
31
# Create a feature-selection transform, a scaler and an instance of SVM that we
32
-# combine together to have an full-blown estimator
+# combine together to have a full-blown estimator
33
clf = Pipeline([('anova', SelectPercentile(chi2)),
34
('scaler', StandardScaler()),
35
('svc', SVC(gamma="auto"))])
0 commit comments