Skip to content

Commit 4fdd22b

Browse files
authored
Update plot_svm_anova.rst.txt
1 parent 8309c8c commit 4fdd22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0.24/_sources/auto_examples/svm/plot_svm_anova.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ that our model achieves best performance when we select around 10% of features.
6262
6363
# #############################################################################
6464
# Create a feature-selection transform, a scaler and an instance of SVM that we
65-
# combine together to have an full-blown estimator
65+
# combine together to have a full-blown estimator
6666
clf = Pipeline([('anova', SelectPercentile(chi2)),
6767
('scaler', StandardScaler()),
6868
('svc', SVC(gamma="auto"))])

0 commit comments

Comments
 (0)