Stefano Lattarini
|
67ece78da4
|
COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
|
2013-04-11 21:22:14 +02:00 |
Rolando Espinoza La fuente
|
f8a7274a6b
|
DOC typo: Pereptron -> Perceptron.
|
2013-01-21 22:19:41 -04:00 |
Andreas Mueller
|
56b47768f0
|
DOC added user guide links to all estimators on the whatsnew page
|
2013-01-20 14:23:29 +01:00 |
Rob Zinkov
|
d9236edaee
|
Grammar fixes
|
2013-01-15 11:03:21 -08:00 |
Rob Zinkov
|
97a60de19a
|
Fresh fixes of grammar errors
|
2013-01-15 08:56:38 -08:00 |
Alexandre Gramfort
|
58b55ac05a
|
DOC: adding Bishop as ref for ARD
|
2013-01-07 11:37:44 +01:00 |
Peter Prettenhofer
|
3848f09513
|
topics -> topic
|
2012-12-02 16:19:16 +01:00 |
Alexandre Gramfort
|
dcbddc74d6
|
DOC : fix move of isotonic in doc + examples
|
2012-11-14 22:42:03 +01:00 |
Mathieu Blondel
|
221d15357e
|
Update narrative documentation.
|
2012-11-05 21:50:56 +09:00 |
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 |