Commit Graph

19 Commits

Author SHA1 Message Date
Adrin Jalali f70b1ff3f7 EXA change normed to density in matplotlib calls in examples (#12718) 2018-12-06 09:05:41 +08:00
Aarshay Jain 1d4e18a1a7 [MRG + 1] 10 more examples fixed with matplotlib 2.0 updates (#9030)
* examples/covariance/plot_outlier_detection.py - matplotlib2.0 update

* examples/cluster/plot_kmeans_silhouette_analysis.py - matplotlib2.0 update

* examples/cluster/plot_birch_vs_minibatchkmeans.py - matplotlib2.0 + pep8 fix

* examples/cluster/plot_cluster_iris.py - matplotlib2.0 update

* examples/cluster/plot_agglomerative_clustering.py - matplotlib2.0 update

* examples/cluster/plot_ward_structured_vs_unstructured.py - matplotlib2.0 update

* examples/cluster/plot_kmeans_assumptions.py - matplotlib2.0 update

* examples/classification/plot_lda_qda.py - matplotlib2.0 + pep8 fix

* examples/calibration/plot_calibration.py - matplotlib2.0 update

* examples/plot_johnson_lindenstrauss_bound.py - matplotlib2.0 update

* flake8 changes

* reversing changes for plot_kmeans_assumptions & plot_agglomerative_clustering

* cluster/plot_cluster_iris.py - major fixes

* examples/cluster/plot_cluster_iris.py - flake8 fix

* examples/cluster/plot_cluster_iris.py - 3d projection error fix

* cluster/plot_cluster_iris.py - elevation and azimuth setting
2017-06-21 16:04:53 +02:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
YenChenLin 46fc1be145 Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
maheshakya 67d128a2e1 FIX Written in Latex format. 2015-01-16 20:58:05 +05:30
maheshakya a6f5fe5f57 DOC Modified math expressions to theoretical bounds. 2015-01-16 01:17:09 +05:30
Olivier Grisel 93bab70f79 ENH do not use plt.cm.jet in JL bound example
Also move the call to plt.show() to the end of the script
to avoid blocking the execution.
2014-12-01 09:57:15 +01:00
bwignall c76a7a195c CLN: Fix typo 2014-05-30 20:08:08 -04:00
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
Johannes Schönberger 0714468838 Add missing doc string printing for examples 2013-06-23 18:18:03 +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
Olivier Grisel dbc4689625 Typo / fix in JL lemma example 2012-12-22 14:31:56 +01:00
Olivier Grisel 81a8146cdb eps=1.0 is no longer a valid value 2012-12-21 18:13:55 +01:00
Arnaud Joly 616e2b5d64 ENH Rename Bernoulli random projection to sparse random projection 2012-12-21 14:48:01 +01:00
Arnaud Joly 12c8d3be79 ENH Rename Bernoulli random projection to sparse random projection 2012-12-21 14:48:01 +01:00
Arnaud Joly e511945b80 Make the JL / RP example use the digits dataset by default 2012-12-21 14:48:00 +01:00
Arnaud Joly ccea7f1fc8 DOC clarification 2012-12-21 14:47:59 +01:00
Arnaud Joly d1a223be40 DOC fix typo in filename 2012-12-21 14:47:59 +01:00