Commit Graph

17 Commits

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