scikit-learn/examples/bicluster
Thomas J. Fan 4abd9f2d9e
API Implements get_feature_names_out for transformers that support get_feature_names (#18444)
Co-authored-by: Andreas Mueller <andreas.mueller@columbia.edu>
Co-authored-by: Andreas Mueller <andreasmuellerml@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-09-07 10:56:57 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_bicluster_newsgroups.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
plot_spectral_biclustering.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_spectral_coclustering.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00

README.txt

.. _bicluster_examples:

Biclustering
------------

Examples concerning the :mod:`sklearn.cluster.bicluster` module.