scikit-learn/examples/svm
Jihane 57e3523888
DOC use notebook-style for plot_svm_anova.py (#22779)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-18 15:47:03 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_iris_svc.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_linearsvc_support_vectors.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_oneclass.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_rbf_parameters.py Update plot_rbf_parameters.py (#22724) 2022-03-17 22:20:01 +01:00
plot_separating_hyperplane.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_separating_hyperplane_unbalanced.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_svm_anova.py DOC use notebook-style for plot_svm_anova.py (#22779) 2022-03-18 15:47:03 +01:00
plot_svm_kernels.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_svm_margin.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
plot_svm_nonlinear.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_svm_regression.py DOC: use notebook-style for plot_svm_regression.py example (#22534) 2022-02-19 18:18:48 +01:00
plot_svm_scale_c.py MNT speed up example plot_svm_scale_c.py (#21625) 2021-11-24 13:51:08 +01:00
plot_svm_tie_breaking.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_weighted_samples.py DOC clarify fit of the models with/without sample weights (#22319) 2022-01-28 15:35:10 +01:00

README.txt

.. _svm_examples:

Support Vector Machines
-----------------------

Examples concerning the :mod:`sklearn.svm` module.