Commit Graph

15 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
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
Gael Varoquaux e629d08cd4 FIX: handle deprecation with estimator API
An estimator's init cannot include any logic
2012-05-06 16:08:25 +02:00
Andreas Mueller dcc1c7431c COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
Jake Vanderplas 96d6060cd7 pep8 2011-12-23 10:12:26 -08: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
Gilles Louppe c595707551 Fixes for broken examples due to changes in samples_generator.py 2011-08-04 15:50:19 +02:00
Fabian Pedregosa ea59ba41f4 Explicit cmap in swissroll example.
For some reason it was gray in the auto-generated doc.
2011-06-06 11:58:43 +02:00
Virgile 24ca47e278 Compatibility Ubuntu 11.04 (with matplotlib 0.99.3) 2011-05-16 07:26:32 +02:00
Gael varoquaux 71819eb8ae MISC: Prettify the swiss roll example 2011-05-15 15:53:25 +02:00
Gael varoquaux 323fb80744 MISC: Remove unused imports 2011-05-15 15:41:31 +02:00
Fabian Pedregosa 642ddc1524 Initial implementation of Locally Linear Embedding. 2011-05-04 11:35:16 +02:00