Commit Graph

26 Commits

Author SHA1 Message Date
Lars Buitinck ed1d5e244e DOC move implementation details on mixins to comments
If the default fit_transform or fit_predict is optimal for a given estimator,
then don't bother the user with the fact that it's the default.
2012-10-23 17:58:53 +02:00
Andreas Mueller f18295c8ae TST improve test-coverage in base, remove unreachable code-path 2012-10-07 22:25:06 +01:00
Vlad Niculae 30e1597635 fit_transform in PLS to support y 2012-09-02 15:29:22 +03:00
Vlad Niculae f0585934d2 Support y-dependent transform as in PLS 2012-09-02 14:51:56 +03:00
Vlad Niculae 2769dbd770 Remove _get_params
This was scheduled for removal in 0.12.
2012-09-01 20:02:13 +02:00
Vlad Niculae d0efa6f6b3 Remove deprecated _set_params and the call in grid_search
This was added prior to 0.9 as far as I can tell.
2012-09-01 20:02:12 +02:00
Andreas Mueller d33c2ea26f COSMIT remove commented out score 2012-09-01 18:51:19 +02:00
Andreas Mueller 069936c627 ENH add ClassifierMixin with ``fit_predict`` and some tests. 2012-09-01 18:51:19 +02:00
Andreas Mueller 04d81608a1 ENH Add MetaEstimatorMixin, make RFE default constructible 2012-06-26 14:16:03 +02:00
GaelVaroquaux 1cf592ee2c BUG: make clone work on 2D arrays 2012-02-01 23:22:42 +01:00
Andreas Mueller b28e6e4671 ENH: Replace asserts by appropriate errors. Fixes the rest of issue #570. 2012-01-20 20:27:34 +01:00
Mathieu Blondel 8126e5fc61 Rename _get_params() to get_params(). 2012-01-17 15:06:09 +09:00
Olivier Grisel bbeec6d035 FIX: make sklearn.base.clone robust to empty params 2012-01-15 19:29:00 +01:00
Fabian Pedregosa 9d638ec41e DOC: complete docstring for regression score function 2012-01-10 15:13:35 +01:00
Andreas Mueller 5ed5da5f09 DOC score returns accuracy, not error 2012-01-04 21:58:19 +01:00
Andreas Mueller 6c17d0d8af COSMIT make 'References' bold and minor other fixes. 2011-12-22 20:57:54 +01:00
Andreas Mueller 1a78610a56 FIX getting rid of some more sphinx problems 2011-12-21 20:03:02 +01:00
Olivier Grisel 9fbe559139 make k-means++ work on sparse input and use it as default for MB k-means 2011-11-06 15:21:58 +01:00
unknown ab791ef3f0 DOC small stuff in base.py and multiclass.py 2011-09-21 21:47:54 +02:00
Lars Buitinck 9955ed531c DOC: fix typos
s/nn/n/ in dictionary and optional
2011-09-21 18:42:59 +02:00
Olivier Grisel 272af90a34 FIX: make the @deprecated class decorator not break the __repr__ of estimators 2011-09-07 10:56:20 +02:00
Olivier Grisel 2999ccd7e2 ENH: docstring cleanup 2011-09-07 00:56:06 +02:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +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