Amar pratap singh
28a054c7c3
DOC Update notebook-style example plot_affinity_propagation ( #22559 )
2022-03-09 11:22:58 +01:00
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
Thomas J. Fan
d44c7ae8eb
EXA Set random_state=0 in AffinityPropagation example ( #19507 )
...
to prevent warning
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-06-17 20:58:25 +02:00
Thomas J Fan
4a95e33e63
MNT Make modules private in sklearn.datasets ( #15307 )
2019-10-27 17:17:23 -04:00
Stéphane Couvreur
7166ae8ece
MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' ( #13814 )
2019-05-09 10:35:32 +10:00
Adrin Jalali
69c8967e21
DOC Fix warnings in examples ( #12654 )
...
Fixe or suppresses many warnings in examples, including matplotlib complaining about the non-gui backend.
2019-01-17 21:41:13 +11: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
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
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
a682cfbb73
FIX affinity propagation typo
2012-09-03 21:22:10 +01:00
Nelle Varoquaux
e737aa46c8
FIX the AP was using a deprecated parameter
2012-09-02 23:10:13 +02:00
Andreas Mueller
28fd13f7e4
ENH Starting on affinity propagation
2012-06-03 20:33:06 +02:00
Robert Layton
e51e4d679b
ami_score -> adjusted_mutual_info_score
...
This time, in examples and docs!
2011-11-07 22:46:11 +11:00
Robert Layton
193ac024a4
- AMI in the cluster examples
...
- See Also sections updated
- mutual_information -> mutual_information_score (and updating subsequent imports)
2011-10-21 10:52:42 +11:00
Robert Layton
90366b2996
Using pairwise_distances in the Silhouette Coefficient. Updates to docs, code, tests and examples
2011-10-04 11:23:14 +11:00
Robert Layton
90c8ee7d80
Silhouette added to AP example
2011-10-04 10:50:55 +11:00
Lars Buitinck
fa50e6885a
rename ari_score adjusted_rand_score
2011-09-13 16:50:30 +02:00
Olivier Grisel
75f2617579
FIX: fix broken document clustering example and add ARI to examples
2011-09-10 07:23:46 +02:00
Fabian Pedregosa
ddf4b72109
Move project directory from scikits.learn to sklearn
2011-09-02 12:06:57 +02:00
Fabian Pedregosa
68f27e3790
Revert "Move project directory from scikits.learn to sklearn"
...
This reverts commit fd0d3b879d .
2011-09-02 12:03:18 +02:00
Fabian Pedregosa
fd0d3b879d
Move project directory from scikits.learn to sklearn
2011-09-02 11:38:24 +02:00
Alexandre Gramfort
2ab954c6f0
ENH : using make_blobs in plot_affinity_propagation
2011-05-18 22:14:35 -04:00
Olivier Grisel
d3e526234e
ENH: simpler import statement in example + explicit square
2011-05-15 15:24:22 +02:00
Olivier Grisel
1d66d0b8b9
illustrate clustering metrics on affinity propagation example
2011-05-08 10:43:14 +02:00
Alexandre Gramfort
ec1514ac19
ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example)
2010-11-02 11:38:06 +01:00
Gael varoquaux
68ca67ef4f
API: Change 'clustering' to 'cluster'
2010-08-27 09:29:29 +02:00