Dimitri Papadopoulos Orfanos
d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples ( #21307 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan
70a185ae59
MAINT Enable and run black on examples ( #20502 )
2021-10-07 10:13:00 +02:00
Ayush Singh
74f20aedff
DOC Fixed typo in a comment ( #19284 )
2021-01-27 09:48:24 +01:00
Archana Alva
40b2a6c7e3
EXA Removing redundant parameters assignment in examples ( #14360 )
2019-07-14 22:26:41 +08:00
Hanmin Qin
1deb95a13e
EXA Improve example plot_svm_anova.py ( #11731 )
2019-01-28 12:57:38 +11:00
Hanmin Qin
8890b50606
[MRG+1] EXA Set cv=5 in examples ( #11856 )
...
* EXA Set cv=5 in examples
* small mistake
* [doc build]
* [doc build]
* cross_val*
* [doc build]
* [doc build]
2018-08-20 15:22:42 -04:00
Hanmin Qin
95628bfefb
EXA Get rid of warnings in plot_svm_anova.py ( #11588 )
2018-07-17 15:06:11 +02:00
plagree
1f6ac72df7
[MRG] DOC examples with correct notebook style ( #9061 )
...
* DOC examples with correct notebook style
* Modifications in examples/ to avoid unwanted notebook style
* Remove last notebook style example
* Space formatting to avoid notebook style
2017-06-20 14:48:57 +02:00
Kvle Putnam
61a58c54a0
Fix omitted word in SVM-Anova example
2015-12-15 13:18:19 -06:00
Ganiev Ibraim
7602a3f086
It's better to fix a comment
2015-12-02 21:09:56 +03:00
Raghav R V
f67e911124
DOC Modify documentation/examples for the new model_selection module
2015-10-29 16:49:23 +01:00
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
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
Alexandre Gramfort
5a7f07adae
FIX : fix SVM examples with new scale_C=True
2012-02-22 15:46:54 +01:00
Andreas Mueller
5ad5207dad
COSMIT pep8
2011-12-16 22:55:42 +01:00
Olivier Grisel
ca48f82ab8
s/\bcross_val\b/cross_validation/g
2011-09-06 14:44:32 +02: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
Lars Buitinck
8674b01781
ENH set_params method on BaseEstimator, deprecate estimator params to fit
...
Passing estimator parameters to fit leads to a situation where fit might
half-fail when it has set the parameters, but then fails to do input
validation.
2011-08-23 12:46:36 +02: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
Gael varoquaux
d52c5c8b54
ENH: Change pipelines so that they are simpler and address subobjects
...
using the routing logic of the BaseEstimator
2010-09-09 19:03:13 +02:00
Gael varoquaux
ea66aab0b3
ENH: Use new pipeline framework in SVN-ANOVA
...
The plot_svm_anova now works without keeping a reference on the
intermediate steps. Hurray.
2010-09-08 19:06:06 +02:00
Gael varoquaux
4b56aefca7
DOC: better example for SVM-Anova
2010-09-05 23:05:06 +02:00
Gael varoquaux
6557000535
MISC: Restore an example that is now working again.
2010-08-27 09:21:10 +02:00
Fabian Pedregosa
80b28f25c1
Rename failing example in order to build the doc.
2010-08-22 12:36:48 +02:00
Matthieu Perrot
1a9cbeb0e9
Merge branch 'master' of git://scikit-learn.git.sourceforge.net/gitroot/scikit-learn/scikit-learn
...
Conflicts:
examples/svm/plot_svm_anova.py
2010-08-11 22:57:39 +02:00
Alexandre Gramfort
a2fefd4b90
ENH : using np.logspace instead of np.linspace in paths
2010-08-07 13:30:07 +02:00
Gael varoquaux
ddc27911cc
ENH: Add parallel computing for cross validation.
2010-08-06 01:08:36 +02:00
Gael varoquaux
faeb984b89
ENH: Add an example showing the dependency of SVC+Anova on the number of
...
features selected.
2010-07-28 18:06:59 +02:00