Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Gael varoquaux 361bfdef2b COSMIT: beautify the plot_oneclass example
It's on the main page, so it should be beautiful.
2011-12-20 13:11:44 +01:00
VirgileFritsch d102afbeac Magnify novelty and outlier detection examples again + minor fixes. 2011-12-20 13:11:43 +01:00
VirgileFritsch 281f5d6522 Add tools to perform outlier detection with sklearn + documentation. 2011-12-20 13:11:43 +01:00
Andreas Mueller 5ad5207dad COSMIT pep8 2011-12-16 22:55:42 +01:00
Gael varoquaux dba25389aa COSMIT: prettify plot_oneclass
It's on the front page: it must give a pretty picture :)
2011-11-11 14:58:46 +01: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
Fabian Pedregosa 60f72c91f7 Rename predict_margin --> decision_function. 2010-11-19 14:10:01 +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 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