scikit-learn/examples/covariance
ZJ Poh adddf00433 [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +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] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +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 EXA Changed deprecated method set_axis_bgcolor to set_facecolor. (#10763) 2018-03-07 16:45:59 +11:00

README.txt

.. _covariance_examples:

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

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