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
81dde3a6e5
STY Ensures that "flake8 ." works ( #20298 )
2021-06-18 15:46:40 +02:00
Thomas J. Fan
7cc0177f8e
MNT Replaces numpy alias with builtin typse ( #17687 )
...
* MNT Replaces numpy alias with builtin typse
* STY Lint error
2020-06-24 16:51:51 +02: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
Thierry Guillemot
78a674875e
Correct the deprecation of the random_integers numpy function. ( #6712 )
2016-04-26 16:08:48 +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
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
Robert Layton
dacfd8bd5d
DOC: Replaced all BSD style licenses with "BSD 3 clause"
...
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
2013-04-30 08:34:46 +02:00
Andreas Mueller
3c501ec97b
COSMIT typo. the French again ;)
2013-04-14 16:34:53 +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
Andreas Mueller
e3da7a4990
FIX plot example fix for old matplotlib, so that it shows on the website.
2012-03-13 22:40:17 +01:00
Gael varoquaux
f45a2690d6
DOC: minor fix to AMI docs
2011-11-10 23:04:17 +01:00
Robert Layton
17ee6c41e8
and in plot_adjusted example (mutual_info_score)
2011-11-10 16:23:38 +11: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
88adf3b9ab
comments, pep8 and pyflakes
2011-11-07 21:10:53 +11:00
Robert Layton
ccc3cad76d
This version doesn't work either. I am uploading for historical sake.
...
I'll be undoing these changes with the gammaln function to see how that goes.
2011-11-02 20:26:52 +11:00
Robert Layton
77ff09808a
Optimising the expected mutual information code
...
Still a long way to go, but I've halved the time from approx 30 seconds to 16 seconds for an example
2011-10-23 21:24:55 +11:00
Olivier Grisel
b7d7642241
measure runtimes for various clustering metrics in adjusted for chance example
2011-10-23 10:43:23 +02: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
Lars Buitinck
fa50e6885a
rename ari_score adjusted_rand_score
2011-09-13 16:50:30 +02:00
Olivier Grisel
ed434c3f1f
typo
2011-09-12 09:48:55 +02:00
Olivier Grisel
5da44bde6c
make example script filename more explicit
2011-09-12 09:47:59 +02:00