Dimitri Papadopoulos Orfanos
d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples ( #21307 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan
70a185ae59
MAINT Enable and run black on examples ( #20502 )
2021-10-07 10:13:00 +02:00
Johann Faouzi
d710f73096
DOC Fix suptitle in LDA_QDA example ( #14130 )
2019-06-22 09:07:43 -07:00
Zhuyi Xue
ba4720a01d
DOC improved example plot in plot_lda_qda.py ( #12942 )
2019-01-14 23:15:19 +08:00
Andreas Mueller
0b8d362545
[MRG] Examples deprecations ( #11561 )
2018-07-17 00:08:04 -05:00
Andreas Mueller
ea05295a1c
EXA Don't use deprecated store_covariances ( #11383 )
2018-07-04 09:28:19 +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
plagree
1f6ac72df7
[MRG] DOC examples with correct notebook style ( #9061 )
...
* DOC examples with correct notebook style
* Modifications in examples/ to avoid unwanted notebook style
* Remove last notebook style example
* Space formatting to avoid notebook style
2017-06-20 14:48:57 +02:00
Aman Dalmia
6f1972eca1
[MRG] DOC explaining the physical meaning of the ellipsoids ( #7856 )
2016-11-17 09:43:47 +11:00
Saiwing Yeung
7c0ebbc226
FIX does not draw the ellipse! #6640 ( #6757 )
...
* FIX does not draw the ellipse! #6640
* Give ellipses a higher z-order, yellow border, and thicker border.
* Add an alpha level to the markers so that it is easier to tell how
many there are.
* Change false positive to asterisks so that they have similar sizes as
the true positives.
* Fix line too long issue
2016-05-05 09:44:17 +02:00
Andreas Mueller
5b1aca08c2
MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples.
2015-12-10 12:11:48 -05:00
Vinayak Mehta
679936f6bc
MAINT Deprecate LDA/QDA in favor of expanded names
...
The LDA accronym for Linear Discriminant Analysis is ambiguous
because of the newly introduced Latent Dirichlet Allocation model.
We therefore deprecate the sklearn.lda.LDA and sklearn.lda.QDA
in favor of explicit names.
2015-09-11 15:32:11 +02:00
Clemens Brunner
5ca36c8435
Updated example because store_covariance is now set in __init__() and not in fit().
2014-12-16 11:35:59 +01:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00