scikit-learn/examples
Joaquin Vanschoren 61feb5ea27
DOC Improved explanation of SVM-RBF behavior (#18538)
* Improved explanation of SVM-RBF behavior

The previous explanation of the results contained an incorrect interpretation. The description is updated as discussed here: https://github.com/scikit-learn/scikit-learn/issues/18532

* Making linter happy

* Update examples/svm/plot_rbf_parameters.py

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>

* Update examples/svm/plot_rbf_parameters.py

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>

* making linter happy

* whitespace

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-10-05 18:08:00 -04:00
..
applications MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
bicluster MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
calibration DOC improve model evaluation a bit (#18166) 2020-08-17 07:55:57 -04:00
classification FEA Allow passing custom covariance estimators to LDA (#14446) 2020-09-17 08:40:41 -04:00
cluster MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
compose DOC Fix typo in plot_feature_union example (#18474) 2020-09-28 16:21:03 -04:00
covariance DEP deprecate grid_score_ and cv_alphas_ in GraphicalLassoCV (#16392) 2020-07-09 11:14:02 +02:00
cross_decomposition DOC Add example comparing PCR and PLS (#17151) 2020-08-11 14:46:33 -07:00
datasets DOC Fix links and clarify plot_random_dataset.py (#17150) 2020-05-08 19:15:10 -04:00
decomposition [MRG] varimax rotation for factor analysis (#11064) 2020-07-05 21:29:08 +02:00
ensemble DOC make warning more obvious in example regarding feature importance (#18024) 2020-07-30 13:19:06 +02:00
exercises MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
feature_selection FEA Add sequential feature selection transformer (#17159) 2020-08-21 19:57:05 +02:00
gaussian_process DOC Fixes failing examples (#18180) 2020-08-18 08:52:41 +02:00
impute MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
inspection DOC shorten links in plot_partial_dependence.py (#18273) 2020-08-27 08:10:37 -04:00
linear_model DOC cleaned descriptive paragraph for linear regression example (#18348) 2020-09-07 10:42:52 +02:00
manifold MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
miscellaneous DOC Fix docstring in examples (#18251) 2020-08-26 10:07:02 +02:00
mixture DOC Fixes hard coded title in gmm selection example plot (#17418) 2020-08-07 21:10:32 +02:00
model_selection DOC Fix x-axis label positions for SH iterations example (#18380) 2020-09-12 11:13:49 -04:00
multioutput DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
neighbors DOC Add legend and axis label in nearest neighbors example (#18164) 2020-08-21 19:20:01 +02:00
neural_networks EXA Improve the alphas values in MLP example (#17880) 2020-07-10 12:39:37 +02:00
preprocessing DOC Removes FunctionTransformer example (#17318) 2020-06-25 14:27:38 +02:00
release_highlights EXA Avoid redundant numpy imports in plot_release_highlights.py (#17903) 2020-07-11 21:15:15 +02:00
semi_supervised CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08:00
svm DOC Improved explanation of SVM-RBF behavior (#18538) 2020-10-05 18:08:00 -04:00
text DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
tree DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
.flake8 [MRG] move flake8 options from flake8_diff.sh to setup.cfg (#10080) 2017-11-14 13:26:39 +01:00
README.txt DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00
plot_scalable_poly_kernels.py FEA Add PolynomialCountSketch to Kernel Approximation module (#13003) 2020-08-18 08:44:20 +02:00

README.txt

.. _general_examples:

Examples
========