Commit Graph

31 Commits

Author SHA1 Message Date
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