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 |
johannah
|
8108bdb6fb
|
Made plots colorblind friendly
|
2015-10-23 11:30:16 +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 |
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 |
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
|
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
|
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
|
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
|
185f7ab27f
|
DOC: doc and example cosmetics for trees
|
2011-09-25 19:59:22 +02:00 |
Brian Holt
|
c315c5a6ca
|
improved documentation
|
2011-09-13 12:52:41 +01:00 |