Commit Graph

106 Commits

Author SHA1 Message Date
Mathieu Blondel abee624bf6 Fix docstrings and doctests. 2012-09-29 02:16:05 +09:00
Lars Buitinck e9d227d09f DOC fix link for IsotonicRegression 2012-09-17 12:33:28 +02:00
Mathieu Blondel c979924825 Fix latex formula in isotonic regression doc. 2012-09-17 00:54:51 +09:00
Mathieu Blondel 85693d6272 Fix confusing notation in isotonic regression.
I replaced x to y_ to emphasize the fact that y_ is fitted
and because x had nothing to do with X used in
IsotonicRegression.fit.
2012-09-16 01:40:23 +09:00
Alexandre Gramfort d8d4af0973 ENH : finish addressing @GaelVaroquaux comments + improve coverage + add linear regression to example 2012-09-15 16:40:44 +02:00
Nelle Varoquaux 1f59e07c12 FIX IsotonicRegression only takes vector input, hence don't test it in the common estimators 2012-09-15 16:40:43 +02:00
Nelle Varoquaux ccd1ad3168 More documentation 2012-09-15 16:40:43 +02:00
Nelle Varoquaux c1abbf2214 DOC - added paragraph in user documentation on the isotonic regression + an example plot.
Fixed a couple of things from the isotonic regression such as better type checking and renaming variables
2012-09-15 16:40:43 +02:00
Alexandre Gramfort 466479fe03 API : consistent use alpha_/alphas_ for alpha/alphas estimated by CV in linear models (issue #1041) 2012-09-02 23:16:54 +02:00
Vlad Niculae d40f7a4246 Fix doctests 2012-09-02 23:16:53 +02:00
Gael Varoquaux 9d0080aab3 DOC: link to Randomized sparsity in Lasso section 2012-08-29 15:14:13 +03:00
buguen fed82592bb correcting typos in the doc 2012-08-27 15:06:06 +02:00
Lars Buitinck 6829a2f1e5 DOC rewrote logistic regression docs
Hopefully easier to read for someone who's looking for a classifier
rather than a catalogue of linear models.
2012-08-26 14:30:50 +02:00
Andreas Mueller dc0734ebb1 typo in linear_model doc 2012-08-18 20:24:11 +01:00
GaelVaroquaux a7aed5097d DOC: formatting and rephrasing in MultiTaskLasso 2012-08-07 15:51:14 +02:00
Alexandre Gramfort 955c8efa6e moving MultiTaskLasso doc after E-net 2012-08-07 15:51:13 +02:00
Alexandre Gramfort 21706e36b9 ENH + DOC : add MultiTaskElasticNet + doc + 1 example 2012-08-07 15:51:12 +02:00
Fabian Pedregosa 799a2ffd43 FIX: latex underscore 2012-05-21 10:36:11 +02:00
flyingimmidev b7b7b62aff fixed doctest 2012-04-01 19:22:50 +02:00
Andreas Mueller 1b8b088dd4 DOC fixed reference to an example (that I also broke before) 2012-03-11 15:29:25 +01:00
Andreas Mueller 800e8c094a FIX minor doc fixes 2012-03-04 20:13:22 +01:00
GaelVaroquaux de85be284c DOC: document ElasticNetCV 2012-02-26 13:09:14 +01:00
GaelVaroquaux 6ada8de597 DOC: cross-reference linear_model and randomized_lasso 2012-01-31 18:10:43 +01:00
Alexandre Gramfort 89a43ce279 DOC: rephrase rand linear model doc 2012-01-31 18:10:42 +01:00
Alexandre Gramfort 19331b5ae3 DOC : adding doc for Randomized sparse linear models + fix test 2012-01-31 18:07:06 +01:00
Mathieu Blondel 1f205e35bf Quick note on sparsity. 2012-01-29 21:17:33 +09:00
Mathieu Blondel 6ee1dd435a Minimal documentation. 2012-01-29 02:53:19 +09:00
Mathieu Blondel 11f4c071fb Fix doctest. 2012-01-20 12:21:23 +09:00
emmanuelle e957a759d4 Reference to tomography example in narrative doc 2012-01-15 10:43:13 +01:00
Andreas Mueller d42497361f DOC added reference for sparsity of ARD 2012-01-07 18:11:30 +01:00
Andreas Mueller a42c94f850 COSMIT typo, thanks @vmichel for pointing it out. 2012-01-07 18:11:30 +01:00
Andreas Mueller bf8cc20cd5 DOC mentioning sparsity of ARD, reblocking text 2012-01-07 18:11:30 +01:00
Andreas Mueller bbf65fcc87 DOC Reworking Bayesian regression documentation 2012-01-07 18:11:30 +01:00
Tiziano Zito c2169fa1e3 FIX broken links to Rubinstein's K-SVD paper. 2012-01-05 11:22:26 +01:00
Vlad Niculae 5ef4a4d58e Merge branch 'master' into sparse-coder 2011-12-19 18:54:14 +01:00
Vlad Niculae ab7b857881 DOC: specify scaling in linear_model.rst 2011-12-19 17:57:19 +01:00
Vlad Niculae bb3e06931b FIX: objective functions in Lasso linear model docs 2011-12-19 11:04:36 +01:00
Andreas Mueller b4ee207913 DOC: Added missing rst label 2011-12-19 10:47:15 +01:00
Brian Holt d02cfe4898 Fixed typo 2011-11-29 13:58:00 +00:00
Fabian Pedregosa 651443887a DOC: rename n -> p
See comment in 6d5cb365cc
2011-11-21 15:36:34 +01:00
Fabian Pedregosa 72c5f01823 Minor update and fixes to linear_model documentation 2011-11-21 12:55:43 +01:00
Fabian Pedregosa 6d5cb365cc Doc: minor fixes 2011-11-21 12:34:05 +01:00
Fabian Pedregosa 63887c2b18 Style update in documentation. 2011-11-21 12:31:59 +01:00
Lars Buitinck 627bf4144d DOC typos and style in linear_model docs 2011-11-03 19:54:47 +01:00
Lars Buitinck 458cc72440 fix doctest failures in linear_models docs 2011-09-26 15:41:16 +02:00
Lars Buitinck 56d26f9fdd rename overwrite_Foo params to copy_Foo (and inversed their meaning) 2011-09-25 16:52:29 +02:00
vene 40eb1010d2 Merge branch 'master' into sc
Conflicts:
	doc/modules/linear_model.rst
	scikits/learn/decomposition/__init__.py
2011-09-05 01:45:31 +03: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