Commit Graph

7 Commits

Author SHA1 Message Date
Fabian Pedregosa 941c18a79e Turn off axis in plot_iris.
Looks better in the doc.
2011-02-02 06:41:44 +01: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
Fabian Pedregosa f4e1f14cf7 More accurate info in examples. 2010-10-21 13:02:12 +02:00
Fabian Pedregosa e88a6a634f Revert "More accurate info in examples."
This reverts commit 5f9c342549.
2010-10-20 12:13:47 +02:00
Fabian Pedregosa 5f9c342549 More accurate info in examples. 2010-10-20 10:04:12 +02:00
Alexandre Gramfort 9332344e8c FIX : fix in subplot index in plot_iris.py 2010-08-21 10:58:43 +02:00
Fabian Pedregosa b6e2e13c7e Refactoring in the svm module.
Create NuSVC as a different class and not as a special case of
SVC. Also added some tests and some doc. It is however still a work in
progress.

Also created issue #101 for encoutered bugs:

https://sourceforge.net/apps/trac/scikit-learn/ticket/101
2010-08-20 16:24:01 +02:00