scikit-learn/examples/neighbors
Adrin Jalali 69c8967e21 DOC Fix warnings in examples (#12654)
Fixe or suppresses many warnings in examples, including matplotlib complaining about the non-gui backend.
2019-01-17 21:41:13 +11:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_classification.py [MRG + 1] 18 more examples with matplotlib 2.0 updates (#8983) 2017-06-07 13:23:12 +02:00
plot_digits_kde_sampling.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_kde_1d.py EXA change normed to density in matplotlib calls in examples (#12718) 2018-12-06 09:05:41 +08:00
plot_lof_novelty_detection.py EHN: Novelty detection for LOF (#10700) 2018-07-19 16:21:45 +02:00
plot_lof_outlier_detection.py EHN: Novelty detection for LOF (#10700) 2018-07-19 16:21:45 +02:00
plot_nearest_centroid.py [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
plot_regression.py avoid subplot overlapping in plot_regression.py (#10159) 2017-11-17 09:13:15 +01:00
plot_species_kde.py MNT Converting http to https (#12277) 2018-10-04 22:37:57 +08:00

README.txt

.. _neighbors_examples:

Nearest Neighbors
-----------------------

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