scikit-learn/examples/svm
Thomas J. Fan d400723a21
FEA Add DecisionBoundaryDisplay (#16061)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-29 16:36:31 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_iris_svc.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_linearsvc_support_vectors.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +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 MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
plot_separating_hyperplane.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_separating_hyperplane_unbalanced.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +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.