Commit Graph

21 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
chalmerlowe 0d15cb20cc Improved plot digits classification example.
Made two for loop statements more readable by introducing local variables.
2014-04-14 15:02:27 -04:00
François Boulogne 7906086e95 DOC: minor improvement in comments of an example 2014-02-15 17:24:02 -05:00
hendrik 8f94ae6d0f PY3 fixed examples 2014-02-15 17:05:08 +01: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
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
Jaques Grobler 30150cfdef Merged some examples into examples folder.
- updated links accordingly
- renamed miss-spelt excercice to exercise
2012-03-06 23:40:49 +01:00
draxus e5628f79c6 peping8 examples 2011-12-19 18:16:51 +01:00
Andreas Mueller 9af02a5fbd DOC: Auto example digit classification plot without interpolation and axis. 2011-12-15 20:07:32 +01:00
Olivier Grisel aa69d857a8 FIX #401: update tutorial doctests to reflect recent changes and add them to 2011-10-22 17:39:19 +02:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +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
Gael varoquaux 348d9aa6ca DOC: improve datasets information
Add some links accross the documentation and examples

Add the dataset's description in their docstring
2011-05-09 15:26:20 +02:00
Emmanuelle Gouillart a04d7033d5 Corrected a few typos in the documentation. 2011-01-17 05:59:13 +08: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
Olivier Grisel 4508428cfb add detailed performance report to the digits example 2010-11-01 12:45:44 +01:00
Olivier Grisel b1c363a2d2 s/n_features/n_samples/ in digits example
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@687 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-22 09:28:12 +00:00
Gael Varoquaux d7c07abbc5 ENH/DOC: Add an example doing classification on digits.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@669 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-20 22:47:50 +00:00