scikit-learn/examples/covariance
Aman Dalmia 13cc121b30 [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_covariance_estimation.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_lw_vs_oas.py Added colorblind compatibility 2015-10-23 19:47:32 +02:00
plot_mahalanobis_distances.py DOC: fix 2 covariance examples rst math markup. 2014-06-06 11:44:36 +02:00
plot_outlier_detection.py [MRG+2] LOF algorithm (Anomaly Detection) (#5279) 2016-10-25 11:53:51 -04: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 TST/FIX Add check for estimator: parameters not modified by `fit` (#7846) 2017-01-20 11:33:17 +11:00

README.txt

.. _covariance_examples:

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

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