Isaac Laughlin
9743579b5a
[MRG+1] Refactoring plot_iris svm example. ( #8279 )
2017-02-23 21:22:26 +11:00
E. Lynch-Klarup
5c98812eb0
[MRG + 2] updated iris svm example colormap so the three species can be distinguished ( #7611 )
...
* updated iris svm colormap so the three species can be distinguished
* updated colormap to viridis, which is robust to colorblindness
* changing colormap to coolwarm
2016-10-08 19:09:58 -07:00
Saiwing Yeung
c5fd5cbb7e
DOC: fixed typos and one style issue in plot examples
...
The comment in a few example plots refer to "the mesh [x_min, m_max] x
[y_min, y_max]" when it should be "x_max".
Also fixed the spacing in plot_random_forest_embedding.py `[x_min,
x_max] x [y_min, y_max]` to `[x_min, x_max]x[y_min, y_max]` to comply
with the coding style of other files with similar code (like those in
the current pull request).
2016-04-25 11:59:40 +08:00
edson duarte
bc5155f080
Fixed small typos in SVM examples.
2015-07-14 22:37:08 -03:00
Olivier Grisel
bf1635d72c
ENH: made example/svm/plot_iris.py clearer
2014-01-17 11:21:21 +01:00
Jaques Grobler
ed82f9befc
some cosmetic commits and delete duplicate files
2013-11-03 22:10:58 -08:00
Jaques Grobler
ea7ad29123
sort out plot_iris vs plot_svm_iris
2013-11-03 22:10:57 -08: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
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
Alexandre Gramfort
0a4db5c2a4
DOC : update SVM examples with scale_C
2012-05-05 21:57:04 +02:00
Andreas Mueller
e749771faa
MISC don't use ``set_cmap``
2012-05-05 20:43:21 +02:00
Andreas Mueller
645db95737
ENH adjusted examples to new matplotlib 1.1.1
2012-05-05 20:43:21 +02:00
Alexandre Gramfort
5a7f07adae
FIX : fix SVM examples with new scale_C=True
2012-02-22 15:46:54 +01:00
Andreas Mueller
ca3602d735
DOC: Fixed legend in iris svm example
2011-12-16 17:09:45 +01:00
Andreas Mueller
57b458106d
Examples: Replaced NuSVM by rbf SVM in example. RBF-SVMs are really important, NuSVMs not so much imho.
2011-12-16 00:50:29 +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
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