Commit Graph

17 Commits

Author SHA1 Message Date
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 98b95ca711 DOC fix example comments
* @GaelVaroquaux's name was misspelled
* users won't know what a "Documentation merge" is
2013-07-30 12:41:56 +02:00
Lars Buitinck 04f7d4989e DOC copyedit example docstring 2013-07-28 14:10:30 +02:00
Jaques Grobler 054fee9181 classifiers comparison fix 2013-06-26 16:34:18 +02: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
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
Gael Varoquaux c235ef4361 Merge branch 'treeweights' 2013-02-04 13:20:22 +01:00
Gilles Louppe ed9318312f EXAMPLE: add AdaBoost to plot_classifier_comparison 2013-02-03 13:58:08 +01: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 ff3ea9570d DOC classifier comparison: plot data without decision boundary first, better (imho) color scheme. 2012-12-26 21:13:58 +01:00
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Andreas Mueller 253a2c4f3d FIX don't use pl.subplots. 2012-11-14 07:35:05 +00:00
Andreas Mueller 15b2168017 ENH I'm more happy with the last example now.... 2012-10-28 09:04:38 +00:00
Andreas Mueller 7c0d1b686e FIX typo in dataset generation 2012-10-28 09:04:38 +00:00
Andreas Mueller 7353a5edb4 ENH train/test split, plot accuracy, make plot pretty. 2012-10-28 09:04:38 +00:00
Andreas Mueller 0ddc287b23 ENH more noise, cross-validated parameters. 2012-10-28 09:04:38 +00:00
Andreas Mueller 6f3ccc1855 DOC more extensive classifier comparision on synthetic datasets 2012-10-28 09:04:38 +00:00