scikit-learn/examples/covariance
Thomas J. Fan 7cc0177f8e
MNT Replaces numpy alias with builtin typse (#17687)
* MNT Replaces numpy alias with builtin typse

* STY Lint error
2020-06-24 16:51:51 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_covariance_estimation.py DOC shorten links in examples/* modules (#17636) 2020-06-20 17:43:14 +02:00
plot_lw_vs_oas.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
plot_mahalanobis_distances.py DOC Update plot_mahalanobis_distances to notebook style (#17089) 2020-05-20 14:49:01 +02:00
plot_robust_vs_empirical_covariance.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_sparse_cov.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00

README.txt

.. _covariance_examples:

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

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