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
Aarshay Jain
a74d31a339
ENH 13 more examples fixed with matplotlib 2.0 ( #9029 )
2017-06-28 14:56:27 +02:00
elena-sharova
2fce9ae78d
Provided a fix for issue #7140 - Minor discrepancy in hashing feature
...
transformation example.
2016-09-17 15:41:25 +01:00
Saiwing Yeung
c5fd5cbb7e
DOC: fixed typos and one style issue in plot examples
...
The comment in a few example plots refer to "the mesh [x_min, m_max] x
[y_min, y_max]" when it should be "x_max".
Also fixed the spacing in plot_random_forest_embedding.py `[x_min,
x_max] x [y_min, y_max]` to `[x_min, x_max]x[y_min, y_max]` to comply
with the coding style of other files with similar code (like those in
the current pull request).
2016-04-25 11:59:40 +08:00
MechCoder
c31de116f9
Fix broken examples using RandomTreeEmbeddings
...
RandomTreeEmbeddings overwrites the fit_transform method of
_LearntSelectorMixin
2015-10-16 12:44:04 -04:00
MechCoder
5a0db1717a
1. Added parameter prefit to pass in a fitted estimator.
...
2. Use assert_warns instead of catch_warnings
3. Remove depracation warnings in common tests.
2015-10-09 01:57:36 -04:00
MechCoder
2ee718cc75
Add narrative docs and fix examples
2015-10-05 11:25:06 -04:00
Gilles Louppe
b499743c93
DOC: update examples, use matplotlib.pyplot instead of pylab
2014-02-27 10:22:21 +01:00
Andreas Mueller
26eb3c606f
DOC/EXAMPLES fix more documentation errors, deprecated api usages.
2013-07-28 15:01:48 +02:00
Stefano Lattarini
67ece78da4
COSMIT various typofixes
...
As suggested by codespell <https://github.com/lucasdemarchi/codespell >
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Andreas Mueller
38b455d541
Cosmit pep8
2012-12-25 13:16:05 +01:00
Andreas Mueller
6ab3b5b2be
MISC rename RandomForestEmbedding to RandomTreesEmbedding
2012-11-15 19:20:45 +00:00
Mathieu Blondel
e48159689d
Indicate dimensionality in RandomForestEmbedding example.
2012-11-15 04:40:15 +09:00
Mathieu Blondel
a9b4a381ff
Fix typos and wording in RandomForestEmbedding.
2012-11-15 04:36:30 +09:00
Andreas Mueller
9a7de0b427
ENH fix plot in docs. thanks @ppret.
2012-11-14 10:40:19 +01:00
Andreas Mueller
8e58f832eb
MISC rename plot_random_forest_hasher to plot_random_forest_embedding
2012-11-14 10:40:19 +01:00