Hanmin Qin
|
32ac22870d
|
[MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719)
|
2017-09-14 11:42:58 +02:00 |
Hanmin Qin
|
cb16003751
|
DOC Improve the output of example plot_iris.py after matplotlib2.0 (#9541)
|
2017-08-16 09:01:28 +10:00 |
Aarshay Jain
|
6986e9b5db
|
[MRG + 1] 18 more examples with matplotlib 2.0 updates (#8983)
* updated plot_label_propagation_versus_svm_iris.py plot
* updated svm/plot_weighted_samples.py plot
* made semi_supervised/plot_label_propagation_versus_svm_iris.py pep8 compliant
* modified tree/plot_tree_regression.py [size and edgecolor]
* updated tree/plot_tree_regression_multioutput.py [size+color]
* fixed examples/semi_supervised/plot_label_propagation_versus_svm_iris.py for backward compatibility
* neural_networks/plot_mlp_alpha.py - matplotlib2 update
* examples/neural_networks/plot_mlp_alpha.py - pep8 fix
* examples/neighbors/plot_nearest_centroid.py - matplotlib2.0 + pep8 fix
* neighbors/plot_classification.py - matplotlib2.0 + pep8 fix
* examples/neighbors/plot_lof.py - matplotlib2.0 update
* examples/model_selection/plot_underfitting_overfitting.py - matplotlib2.0 + pep8
* examples/mixture/plot_concentration_prior.py - matplotlib2.0 + pep8
* examples/linear_model/plot_logistic_multinomial.py - matplotlib2.0 update
* linear_model/plot_sgd_iris.py - matplotlib2.0 + pep8 fix
* examples/linear_model/plot_sgd_weighted_samples.py - matplotlib2.0 + pep8
* examples/linear_model/plot_sgd_separating_hyperplane.py - matplotlib2.0 update
* examples/feature_selection/plot_permutation_test_for_classification.py - matplotlib + pe8
* examples/linear_model/plot_bayesian_ridge.py - matplotlib2.0 update
* examples/feature_selection/plot_feature_selection.py - matplotlib2.0 update
* examples/feature_selection/plot_f_test_vs_mi.py - matplotlib2.0 + pep8
* examples/feature_selection/plot_f_test_vs_mi.py - matplotlib2.0+ pep8 fix
* examples/model_selection/plot_underfitting_overfitting.py - error fixed
* blue -> black edgecolor fix for 2 examples
|
2017-06-07 13:23:12 +02:00 |
David Heryanto
|
7877f3cfae
|
[MRG] Fix plot_unveil_tree_structure.py: incorrect indexing for X_test (#8653)
|
2017-03-27 18:54:52 +02:00 |
Aman Dalmia
|
13cc121b30
|
[MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040)
|
2017-02-03 15:21:03 +01:00 |
brady salz
|
1a61441912
|
DOC Fix typo in plot_unveil_tree_structure (#7988)
Extra `s` added, changed `%ss` to `%s`
|
2016-12-06 12:13:10 +11:00 |
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 |