Commit Graph

21 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
Guillaume Lemaitre 2ad5f152e8
DOC highlight source of biases feature importances (#21384) 2021-10-21 13:52:25 +02:00
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
Alihan Zihna deda6e2a5a
EXA improve example of forest feature importances digits (#19429)
Co-authored-by: Alihan Zihna <a.zihna@ckhgbdp.onmicrosoft.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-05-28 16:31:18 -04:00
Sunmi Yoon 4a187968ff
DOC Clarify that feature_importance_ are impurity based (#16237) 2020-02-01 13:18:11 +01:00
Sourav Singh f8e4cc495a ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
Gilles Louppe b499743c93 DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +01:00
Gilles Louppe 46f4e91915 EXAMPLE: compute_importances=True is no longer required (2) 2013-02-08 08:37:21 +01:00
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Gilles Louppe f11ff94d4c DOC: Example 2012-07-04 12:02:22 +02:00
Gael Varoquaux 13028c5bb3 BUG: remove n_jobs=-1 from examples 2012-05-07 22:53:44 +02:00
Andreas Mueller 77f3fecb21 COSMIT pep8 2012-01-28 14:52:10 +01:00
Gilles Louppe ab5fea0013 DOC: Renamed example (+Parallel) 2011-12-30 16:11:20 +01:00
Gilles Louppe e0c3eb3d05 DOC: Parallel computations in forest 2011-12-30 15:04:24 +01:00
Gilles Louppe 8d654ffbc3 TEST: Added tests of parallel computation 2011-12-30 14:19:12 +01:00
Olivier Grisel 1d1348eb21 Update random forest face example to use several cores 2011-12-30 10:00:39 +01:00
Gilles Louppe 48a63de706 FIX: Revert changes 2011-12-29 21:24:10 +01:00
Gilles Louppe a5db7f1959 ENH: Simplified code 2011-12-29 21:19:32 +01:00
Gael varoquaux 97c2533e2c Cosmit: example prettier without colorbar
I don't find that the colorbar is necessary for this example, and it's so
esthetic (in a disturbing way) that I'd like to keep the figure pretty.
2011-12-29 20:21:12 +01:00
Gilles Louppe 83f693f662 EXAMPLE: Fixed API changes 2011-12-27 17:54:25 +01:00
Gilles Louppe 122e8b4ba3 EXAMPLE: renamed Frankenstein, set cmap in matshow 2011-12-23 07:37:02 +01:00