scikit-learn/examples/covariance
Hristo 0e19710fa4 Improve readability of outlier detection example. (#9973) 2017-10-24 09:41:15 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_covariance_estimation.py DOC Fix typos (#9386) 2017-07-17 15:51:46 +10:00
plot_lw_vs_oas.py Added colorblind compatibility 2015-10-23 19:47:32 +02:00
plot_mahalanobis_distances.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
plot_outlier_detection.py Improve readability of outlier detection example. (#9973) 2017-10-24 09:41:15 +02:00
plot_robust_vs_empirical_covariance.py [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
plot_sparse_cov.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00

README.txt

.. _covariance_examples:

Covariance estimation
---------------------

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