scikit-learn/examples/covariance
Thomas Fan 7bc20c0e50 DOC Minor changes to DOCS to address sphinx warnings (#12999) 2019-01-17 17:49:31 +08:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_covariance_estimation.py [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00
plot_lw_vs_oas.py Added colorblind compatibility 2015-10-23 19:47:32 +02:00
plot_mahalanobis_distances.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
plot_robust_vs_empirical_covariance.py DOC Minor changes to DOCS to address sphinx warnings (#12999) 2019-01-17 17:49:31 +08:00
plot_sparse_cov.py [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00

README.txt

.. _covariance_examples:

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

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