* Modify plot_custom_kernel for matplotlib v2 comp Add `edgecolors` attribute in scatter plot for better visualization in matplotlib version 2 Issue: #8364 * Modify plot_oneclass.py for matplotlib v2 comp Add `edgecolors` attribute to scatter plot for better visualization in matplotlib version 2 Issue: #8364 * Modify plot_rbf_parameters for matplotlib v2 Add `edgecolors` attribute to scatter plot for better visualization. Issue: #8364 * Modify plot_separating_hyperplane_unbalanced for matplotlib v2 Add `edgecolors` attribute to scatter plot for better visualization. Issue: #8364 * Modify plo_svm_kernels for matplotlib v2 Add `edgecolors` attribute to scatter plot for better visualization. Issue: #8364 * Modify plot_svm_margin for matplotlib v2 comp Add `edgecolors` attribute to scatter plot for better visualization. Issue: #8364 * Modify plot_svm_nonlinear for matplotlib v2 Add `edgecolors` attribute to scatter plot for matplotlib version 2 compatibility Issue: #8364 * Modify file for remove flake8 error Remove extra white space. Issue: #8364 |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_custom_kernel.py | ||
| plot_iris.py | ||
| plot_oneclass.py | ||
| plot_rbf_parameters.py | ||
| plot_separating_hyperplane.py | ||
| plot_separating_hyperplane_unbalanced.py | ||
| plot_svm_anova.py | ||
| plot_svm_kernels.py | ||
| plot_svm_margin.py | ||
| plot_svm_nonlinear.py | ||
| plot_svm_regression.py | ||
| plot_svm_scale_c.py | ||
| plot_weighted_samples.py | ||
README.txt
.. _svm_examples: Support Vector Machines ----------------------- Examples concerning the :mod:`sklearn.svm` module.