scikit-learn/examples/covariance
fkaren27 2dc35b97b0
DOC use notebook-style for plot_sparse_cov.py (#22807)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-18 17:05:01 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_covariance_estimation.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_lw_vs_oas.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_mahalanobis_distances.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_robust_vs_empirical_covariance.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
plot_sparse_cov.py DOC use notebook-style for plot_sparse_cov.py (#22807) 2022-03-18 17:05:01 +01:00

README.txt

.. _covariance_examples:

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

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