Nelson Liu
|
82f913d72a
|
rename unveil_tree_structure example to enable CI on it
|
2016-08-30 18:18:24 -06:00 |
Olivier Grisel
|
637cebbdf5
|
FIX restore previous title layout in examples/tree/plot_iris.py
|
2016-02-04 16:09:36 +01:00 |
Olivier Grisel
|
864f1c06a8
|
Merge pull request #6264 from yenchenlin1994/fix-multioutput-regression-tree-example
[MRG+1]Fix axis label in the plot of multioutput regression tree example
|
2016-02-04 11:04:05 +01:00 |
YenChenLin
|
e20e003be5
|
Fix axis label of multioutput regression tree example
|
2016-02-02 10:39:47 +08:00 |
Panos Louridas
|
bb0a6325de
|
move title in the bottom
|
2016-01-29 17:03:35 +02:00 |
Panos Louridas
|
c0e4832d08
|
remove shuffling and standardization fix layout
|
2016-01-28 18:16:31 +02:00 |
Rémy Léone
|
2199e50f34
|
Migrate examples to avoid deprecated module
|
2015-11-01 22:22:37 +01:00 |
johannah
|
8108bdb6fb
|
Made plots colorblind friendly
|
2015-10-23 11:30:16 +02:00 |
Arnaud Joly
|
3fbd3b9ade
|
Take into account ngoix comment
|
2015-10-22 09:51:14 +02:00 |
Arnaud Joly
|
7ad90f5a33
|
Rename since we don't plot anything
|
2015-10-21 18:08:57 +02:00 |
Arnaud Joly
|
4d0ba3ca58
|
wording
|
2015-10-21 17:09:38 +02:00 |
Arnaud Joly
|
ec8fbefcb9
|
Take into account amueller comments
|
2015-10-21 17:05:57 +02:00 |
Arnaud Joly
|
c9888a6f8d
|
Take into account glouppe comments
|
2015-10-21 17:05:56 +02:00 |
Arnaud Joly
|
405c71780f
|
typo
|
2015-10-21 17:05:56 +02:00 |
Arnaud Joly
|
bc02bd5243
|
ENH rename decision_paths to decision_path
|
2015-10-21 17:05:56 +02:00 |
Arnaud Joly
|
4d9a955933
|
DOC make visualizatoin aware of the tree depth
|
2015-10-21 17:05:55 +02:00 |
Arnaud Joly
|
317281bf22
|
take glouppe comment
|
2015-10-21 17:05:55 +02:00 |
Arnaud Joly
|
392ef504ec
|
DOC add an example highlighting the tree structure
|
2015-10-21 17:05:55 +02:00 |
rasbt
|
c655bb9b0e
|
changed clf to regr in decision tree regression examples
|
2015-06-17 15:20:23 -04:00 |
ugurthemaster
|
e6b1863af0
|
Update plot_tree_regression.py
Import statements have been moved to the beginning of the file.
|
2014-08-01 13:28:03 +03:00 |
Andreas Mueller
|
5b247f90e4
|
move around examples for better structure.
|
2014-07-17 09:35:30 +02:00 |
Rajat Khanduja
|
cca6fc7e8b
|
Some more examples updated to use matplotlib.pyplot
|
2014-05-16 09:42:02 +05:30 |
Rajat Khanduja
|
7d10d98492
|
Fixed some PEP8 violations even present in master branch, in examples/
This fixes some of the violations that were not caused by the change to pyplot
from pylab.
|
2014-05-15 09:35:24 +05:30 |
Rajat Khanduja
|
5e20b8c664
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
Rajat Khanduja
|
2244098532
|
Updated examples to use pyplot for plotting instead of pylab
Some examples not updated because scripts throw error (probably not
because of the change)
|
2014-05-15 02:18:07 +05:30 |
ugurthemaster
|
8e162a0805
|
Update plot_tree_regression_multioutput.py
Import statements have been moved to the top of the file.
|
2014-01-23 16:42:39 +02:00 |
Jaques Grobler
|
cbfe851751
|
example fixes to clean first docstring paragraph of rst code
|
2013-07-22 15:48:44 +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 |
Lars Buitinck
|
541987802f
|
P3K range vs. xrange
|
2013-02-14 02:05:35 +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 |
Andreas Mueller
|
38b455d541
|
Cosmit pep8
|
2012-12-25 13:16:05 +01:00 |
Andreas Mueller
|
001a681513
|
COSMIT pep8
|
2012-07-15 13:35:08 +01:00 |
Brian Holt
|
81a1f90a92
|
updated documentation to reflect multi-output DT regression
|
2012-07-09 13:24:49 +01:00 |
Brian Holt
|
637ab8274e
|
added multi-ouput tree example
|
2012-07-09 12:48:34 +01:00 |
Andreas Mueller
|
e749771faa
|
MISC don't use ``set_cmap``
|
2012-05-05 20:43:21 +02:00 |
Andreas Mueller
|
645db95737
|
ENH adjusted examples to new matplotlib 1.1.1
|
2012-05-05 20:43:21 +02:00 |
Gilles Louppe
|
63331849ea
|
DOC: Fixed links to modules in the example gallery
|
2011-12-19 16:07:01 +01:00 |
Gilles Louppe
|
41e0c40dfb
|
COSMIT: tree examples
|
2011-12-19 15:53:00 +01:00 |
Gilles Louppe
|
95c159e5ac
|
PEP8
|
2011-11-16 19:21:07 +01:00 |
Gilles Louppe
|
cdb15d3856
|
DOC: Improved documentation in the examples
|
2011-11-16 19:13:23 +01:00 |
Gilles Louppe
|
1fb6dde20a
|
EXAMPLES: Added plot_forest_iris
|
2011-11-16 15:54:06 +01:00 |
Gilles Louppe
|
7df65e527a
|
EXAMPLES: Improved plot_iris
|
2011-11-16 14:44:16 +01:00 |
Gilles Louppe
|
a8030a72fd
|
Typo
|
2011-11-16 14:17:59 +01:00 |
Gilles Louppe
|
21288e9cec
|
EXAMPLES: Improved plot_tree_regression
|
2011-11-16 14:14:56 +01:00 |
Gael varoquaux
|
3db4c67556
|
MISC: scikits.learn -> sklearn
|
2011-11-12 00:28:39 +01:00 |
Gael varoquaux
|
185f7ab27f
|
DOC: doc and example cosmetics for trees
|
2011-09-25 19:59:22 +02:00 |
Gael varoquaux
|
c9b0913c0c
|
Cosmit, PEP8
|
2011-09-25 19:30:23 +02:00 |
Brian Holt
|
c315c5a6ca
|
improved documentation
|
2011-09-13 12:52:41 +01:00 |
Olivier Grisel
|
9b5c7cdf56
|
more renamings
|
2011-09-03 20:58:20 +02:00 |
Brian Holt
|
e0852d14f2
|
DOC: Updated the documentation to reflect decision trees.
|
2011-08-11 11:17:14 +01:00 |