Commit Graph

38 Commits

Author SHA1 Message Date
Alexandre Gramfort 22c687b525 polish figure 2016-01-16 13:54:10 +01:00
Raghav R V 1d9186d44c ENH/FIX std error is computed for mean across a set of 3 scores, not len(X) 2016-01-16 13:50:01 +01:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
Andreas Mueller c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
Joel Nothman 763af9690a DOC fix line references in tutorial 2014-08-20 21:00:54 +10:00
Joel Nothman 341ca9323b DOC avoid the plot_ prefix in example where no plot
Also fix line reference
2014-08-20 21:00:54 +10:00
Rajat Khanduja 5e20b8c664 Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
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
hendrik 8f94ae6d0f PY3 fixed examples 2014-02-15 17:05:08 +01:00
Jaques Grobler cbfe851751 example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
Lars Buitinck 85ec0fd1ae P3K death to the print statement 2013-02-11 23:11:57 +01:00
Andreas Mueller 2297306edf COSMIT pep8 2013-02-08 22:10:40 +01: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
GaelVaroquaux 76b3d9cc6b DOC: fixed string formatting in example
The string formatting was not valid Python 2.6.

Fixes #1326
2012-11-08 09:36:58 +01:00
GaelVaroquaux 252f73c92e COSMIT: pep8, wording, layout 2012-11-08 09:29:07 +01:00
Corey Lynch c14e9c6899 limited range of C cross validation 2012-11-08 09:15:16 +01:00
Corey Lynch f5cf0eec5e added yticks 2012-11-08 09:15:16 +01:00
Corey Lynch 81ff85dc27 added yticks 2012-11-08 09:15:16 +01:00
Corey Lynch 205d658415 added yticks 2012-11-08 09:15:16 +01:00
Corey Lynch e6fd534aaf Took out a save image line 2012-11-08 09:15:15 +01:00
Corey Lynch 5f40bdf0f6 Used more extreme values of C to show a more pronounced error curve.
See the new curve here: http://imgur.com/UF7I4
2012-11-08 09:15:15 +01:00
Corey Lynch 7a2681d52e Changed example svc kernel to be linear, however the error curve ends up flat under the new kernel. 2012-11-08 09:15:15 +01:00
Tadej Janež 87cf51446b DOC: another improvement to the model selection exercise 2012-10-29 11:31:12 +01:00
Tadej Janež 14bf28ebff DOC: further improvements to the model selection exercise 2012-10-26 12:19:46 +02:00
GaelVaroquaux eca762dd9b DOC: improve the model selection exercise
Fixes #1278
2012-10-25 18:12:15 +02:00
Andreas Mueller a30359ca81 COSMIT Typo. Englais svp. Closes #1090. 2012-09-01 15:49:46 +02:00
Alexandre Gramfort eb63974a95 FIX: C range in plot_cv_digits 2012-06-08 23:14:49 +03:00
Gael Varoquaux 13028c5bb3 BUG: remove n_jobs=-1 from examples 2012-05-07 22:53:44 +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
Gael Varoquaux f47d910d15 DOC title for the tutorial examples 2012-05-05 19:39:33 +02:00
Roy Hyunjin Han d43e8e7536 Update examples/exercises/plot_iris_exercise.py 2012-05-02 16:29:29 -03:00
Andreas Mueller dcc1c7431c COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
Andreas Mueller 958cfbe131 COSMIT cleanup + pep8 in examples 2012-04-27 22:59:58 +02:00
GaelVaroquaux 7278dfe482 DOC: finish misc in tutorial
@jaquesgrobler : there were still a few things to do :)
2012-03-26 01:20:53 +02:00
Jaques Grobler 1890d6eefa fixed typo,changed 2.2s numbering, fixed 4 examples in exercises 2012-03-12 10:19:01 +01:00
Jaques Grobler 7f155e9d1a moved exercises into seperate folder, neating up 2012-03-09 16:07:50 +01:00