Johannes Schönberger
|
20e45bf2c8
|
Rename estimator to base_estimator
|
2013-10-20 15:58:05 +02:00 |
Johannes Schönberger
|
a5aba074ba
|
Rename base_estimator to estimator in docs
|
2013-10-20 15:58:05 +02:00 |
Johannes Schönberger
|
a9afc73369
|
Improve explanation of degenerate case
|
2013-10-20 15:58:04 +02:00 |
Johannes Schönberger
|
5d26ad7c6c
|
Rename min_samples
|
2013-10-20 15:58:04 +02:00 |
Johannes Schönberger
|
ed19096813
|
Add reference to max_trials
|
2013-10-20 15:58:03 +02:00 |
Johannes Schönberger
|
cf1b2b8c63
|
Document use cases of is_*_valid functions
|
2013-10-20 15:58:02 +02:00 |
Johannes Schönberger
|
608c284ee1
|
Fix typo
|
2013-10-20 15:58:01 +02:00 |
Johannes Schönberger
|
0151c73df4
|
Remove academic detail description
|
2013-10-20 15:58:00 +02:00 |
Johannes Schönberger
|
748f8554dd
|
Change ransac docs section title
|
2013-10-20 15:58:00 +02:00 |
Johannes Schönberger
|
011b1ba71f
|
Fix indentation
|
2013-10-20 15:58:00 +02:00 |
Johannes Schönberger
|
1d501c3d19
|
Add meta-data title, author and year to references
|
2013-10-20 15:58:00 +02:00 |
Johannes Schönberger
|
dc0f897f04
|
Move ransac example to linear-model folder
|
2013-10-20 15:58:00 +02:00 |
Johannes Schönberger
|
5bb9e8b92a
|
Add description of RANSAC to linear-model docs
|
2013-10-20 15:58:00 +02:00 |
Daniele Medri
|
5539b8771b
|
Update linear_model.rst
minor fixes, a doubled "the"
|
2013-10-15 10:26:47 +02:00 |
Lars Buitinck
|
60da310e1e
|
MAINT deprecated ENet param used in doc and benchmark
|
2013-08-08 09:52:59 +02:00 |
Andreas Mueller
|
282fa3b834
|
add section, estimator and model links on the frontpage
|
2013-07-28 11:15:02 +02:00 |
Nicolas Trésegnie
|
e77e21059c
|
Imp documentation
|
2013-07-28 10:45:44 +02:00 |
Jaques Grobler
|
8861833ec9
|
DOC spellfixes
|
2013-06-29 16:18:23 +03:00 |
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 |