Commit Graph

34 Commits

Author SHA1 Message Date
Dimitri Papadopoulos Orfanos d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
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
Thomas J Fan 4a95e33e63 MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
Nicolas Hug 14295f9ceb
MNT make files private for cluster module (#14948) 2019-10-14 12:29:08 -04:00
surgan12 62d2059804 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
Rüdiger Busche d300f406ae MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
Andreas Mueller 952ef6637a MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
Roman Yurchak b46e6382da Custom token processor example (#7286) 2017-07-01 00:04:11 +02:00
Guillaume Lemaitre 3de7da329f EXA improve examples (#8866) 2017-05-12 14:21:40 +02:00
Loïc Estève 719afba518 [MRG] Run more examples as part of the doc generation (#8851)
Also fix errors and flake8 violations of existing examples
2017-05-11 23:42:57 +02:00
YenChenLin 46fc1be145 Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
Joel Nothman b9284a759f Merge pull request #5288 from jnothman/bicluster-example-speed
[MRG] Bicluster example speed
2015-09-20 22:31:46 +10:00
Joel Nothman a24b932095 DOC comment on obscure syntax 2015-09-20 22:30:26 +10:00
Joel Nothman 8f0d4fc116 ENH avoid slow CSR fancy indexing variant
See https://github.com/scipy/scipy/issues/5265
2015-09-18 12:13:46 +10:00
Steven Seguin 641bd932e2 Change xrange to range and remove patching import 2015-04-14 22:46:26 -04:00
Steven Seguin 02b2712f17 change to explicitly import function 2015-04-14 22:23:50 -04:00
Steven Seguin af1a74cc48 add py3 xrange to bicluster example 2015-04-14 21:33:42 -04:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
hendrik 8f94ae6d0f PY3 fixed examples 2014-02-15 17:05:08 +01:00
Lars Buitinck 4e8ac10c56 FIX py2.6 compat in biclustering example 2013-08-12 12:52:17 +02:00
Kemal Eren 0442d00ee3 removed plot_ from newsgroups example file 2013-07-25 19:19:25 +02:00
Vlad Niculae bbccabcc05 Clarify and clean up example 2013-07-25 19:19:25 +02:00
Kemal Eren af8abde721 examples use matplotlib.pyplot instead of pylab 2013-07-25 19:19:25 +02:00
Kemal Eren f9efd1bfab fixed some docstrings: backticks and missing parameters 2013-07-25 19:19:24 +02:00
Kemal Eren 0dadefe235 changes to newsgroups example:
- only print the best biclusters, ranked by ncut;
- increase example batch size
2013-07-25 19:19:24 +02:00
Kemal Eren 2fa858687f misc. fixes 2013-07-25 19:19:24 +02:00
Kemal Eren 18934774b3 redundant phrase in docstring 2013-07-25 19:19:24 +02:00
Kemal Eren b95b9c4b8c updated newsgroups example 2013-07-25 19:19:23 +02:00
Kemal Eren 269eeb06bf reduced noise in spectral coclustering example 2013-07-25 19:19:23 +02:00
Kemal Eren cbdd485df2 moved bicluster examples to their own category 2013-07-25 19:19:23 +02:00
Kemal Eren 9c20a9e2ab made 'bicluster' a submodule of 'cluster' 2013-07-25 19:19:20 +02:00
Kemal Eren 18c305d5f7 expanded biclustering documentation 2013-07-25 19:19:19 +02:00
Kemal Eren b218edc793 started biclustering documentation and examples 2013-07-25 19:19:17 +02:00