Commit Graph

33 Commits

Author SHA1 Message Date
Andreas Mueller a06c367ba2 ENH sparse matrix support in randomized logistic regression 2012-10-16 14:34:48 +02:00
Andreas Mueller 2ec38b31e1 ENH rudimentary testing of tranformer objects 2012-09-01 18:25:05 +02:00
Andreas Mueller 1aaa7ac140 TST check that transformers fail gracefully on sparse input 2012-08-26 16:01:33 +02:00
Andreas Mueller 66d00f4748 MISC trying to remove scale_C 2012-05-05 21:57:04 +02:00
Andreas Mueller 667ef37714 DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
GaelVaroquaux b81b25eb16 Faster hierarchical cluster for very dense trees
On the specific example on which I am working this change went from
26.11s to 0.86.
2012-02-25 21:02:45 +01:00
GaelVaroquaux 2722feab0e ENH: parallel in lasso_stability_path 2012-02-06 16:32:19 +01:00
GaelVaroquaux 71fb671c10 MISC: fix broken link to example 2012-02-06 12:18:21 +01:00
Andreas Mueller 2588a3cd06 DOC more fixes in Docs 2012-01-31 21:55:31 +01:00
Andreas Mueller a77f9edfee DOC fix sphinx errors 2012-01-31 21:40:17 +01:00
GaelVaroquaux a882bedcc3 MISC: address @ogrisel and @mblondel's comments 2012-01-31 18:11:05 +01:00
Alexandre Gramfort 023d8e3366 pep8 2012-01-31 18:10:43 +01:00
Alexandre Gramfort 41a48638ec ENH : early stopping in lasso_stability_path (faster) 2012-01-31 18:10:43 +01:00
GaelVaroquaux 2b1df1fb19 ENH: grid in terms of alpha/alpha_max
And rework example
2012-01-31 18:10:43 +01:00
GaelVaroquaux e1dacc6f1d BUG: parameter was not set right 2012-01-31 18:10:42 +01:00
GaelVaroquaux d99e27af97 MISC: inherit from BaseClassifier 2012-01-31 18:10:42 +01:00
Alexandre Gramfort 6fccfef007 MISC: removing one XXX 2012-01-31 18:10:42 +01:00
Alexandre Gramfort b1ab2ce133 ENH : adding support for multiple regularization parameters in RandomizedLinearModel 2012-01-31 18:10:42 +01:00
Alexandre Gramfort c3a2faad3b ENH : center y too in _randomized_lasso 2012-01-31 18:10:42 +01:00
Alexandre Gramfort 45ae9a9a24 ENH : fix docstrings + add func missing reference 2012-01-31 18:10:42 +01:00
Alexandre Gramfort 331aa5ba6b ENH : addressing @ogrisel comments (PEP257, naming, see also) 2012-01-31 18:09:09 +01:00
Alexandre Gramfort 53b003ddb8 cosmit in doc 2012-01-31 18:09:09 +01:00
Alexandre Gramfort 66d7b26d1c cosmit in doc + pep8 2012-01-31 18:09:08 +01:00
Alexandre Gramfort 815725e33f typos 2012-01-31 18:07:07 +01:00
Alexandre Gramfort b275030bdb ENH : adding sample_fraction to lasso_stability_path + add to doc 2012-01-31 18:07:06 +01:00
Alexandre Gramfort 19331b5ae3 DOC : adding doc for Randomized sparse linear models + fix test 2012-01-31 18:07:06 +01:00
Alexandre Gramfort 0af96c00cd STY: s/a/scaling + adding docstring 2012-01-31 18:06:15 +01:00
Vlad Niculae c2341b0ad9 s/jacknife/jackknife 2012-01-31 18:06:15 +01:00
Gael varoquaux 52e9896707 BUG: fix broken merge
We need more test coverage
2012-01-31 18:06:15 +01:00
Alexandre Gramfort 640400d904 ENH : add docstring to RandomizedLogistic 2012-01-31 18:06:15 +01:00
Alexandre Gramfort f3423f8276 ENH : creating lasso_stability_path func + adding tests on randomized_l1 2012-01-31 18:06:14 +01:00
Alexandre Gramfort 0dbd7adfb4 ENH : some doc + renaming in RandomizedLasso 2012-01-31 18:06:14 +01:00
Alexandre Gramfort ab4c418a48 mv randomized_lasso.py randomized_l1.py 2012-01-31 18:06:14 +01:00