Skip to content

Commit 1cceee3

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 74f20aedff4972df97cc42285b0955b726b37a0a
1 parent 8309c8c commit 1cceee3

File tree

1,249 files changed

+3771
-3771
lines changed

Some content is hidden

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

1,249 files changed

+3771
-3771
lines changed
Binary file not shown.

dev/_downloads/41973816d3932cd07b75d8825fd2c13d/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)