Commit Graph

10 Commits

Author SHA1 Message Date
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