Andreas Mueller
|
0dd3e13771
|
FIX remaining doctests
|
2013-01-03 13:21:51 +01:00 |
Mark Veronda
|
9d5ed3a7c2
|
Feedback from @amueller
|
2013-01-02 17:24:35 +01:00 |
Mark Veronda
|
3352bbac31
|
Type-os and added great links to learning more about Machine Learning
|
2013-01-02 17:24:35 +01:00 |
Lars Buitinck
|
ac2e0c7a1c
|
DOC copyedit tutorials
|
2012-11-10 11:16:39 +01:00 |
GaelVaroquaux
|
252f73c92e
|
COSMIT: pep8, wording, layout
|
2012-11-08 09:29:07 +01:00 |
Corey Lynch
|
c188755c2f
|
Edited docs to reflect change in kernel used.
|
2012-11-08 09:15:16 +01:00 |
Tadej Janež
|
425c6e9b83
|
DOC: further improvements to the model selection exercise
|
2012-10-27 16:49:22 +02:00 |
GaelVaroquaux
|
eca762dd9b
|
DOC: improve the model selection exercise
Fixes #1278
|
2012-10-25 18:12:15 +02:00 |
Andreas Mueller
|
e64cea0342
|
ENH add random seed to logistic regression
|
2012-10-18 13:48:10 +02:00 |
Andreas Mueller
|
51b06b8203
|
FIX doctests for max_iter
|
2012-10-16 16:46:48 +02:00 |
Andreas Mueller
|
1b367e56e5
|
ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples
|
2012-10-10 19:10:29 +01: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 |
Jacob Vanderplas
|
e00d70602d
|
Merge pull request #991 from jakevdp/doc-update
DOC: add tutorial links
|
2012-08-19 14:20:00 -07:00 |
Lars Buitinck
|
da968171cf
|
DOC tutorial: explain what an estimator is
|
2012-08-04 01:26:27 +02:00 |
Jake Vanderplas
|
b3bedb5da8
|
DOC: add tutorial links
|
2012-08-01 08:25:01 -07:00 |
GaelVaroquaux
|
01572bf129
|
TST: fix doctest
|
2012-07-30 11:35:25 +02:00 |
GaelVaroquaux
|
df1e71149c
|
DOC: ward docstring and testing
|
2012-07-26 09:15:57 +02:00 |
Andreas Mueller
|
4e7d9962f6
|
ENH fixed doctests, addressed comments.
|
2012-06-15 19:31:47 +02:00 |
Jaques Grobler
|
4865777058
|
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn
|
2012-05-30 11:53:03 +02:00 |
Andreas Mueller
|
d9a6243c98
|
ENH rename k in clustering examples and doctests to n_clusters
|
2012-05-30 07:41:34 +02:00 |
Jaques Grobler
|
2f89cd1edb
|
Added `note` to tutorial index for `doctest_mode` in `ipython`
|
2012-05-29 10:30:19 +02:00 |
Gael Varoquaux
|
25112d0069
|
DOC: more readable title
|
2012-05-07 08:18:16 +02:00 |
Andreas Mueller
|
87f06b74ea
|
DOC more minor fixes
|
2012-05-06 23:33:55 +02:00 |
Andreas Mueller
|
4e3f00833e
|
DOC minor fixes to rst and image paths
|
2012-05-06 23:28:31 +02:00 |
Gael Varoquaux
|
bae4e41418
|
DOC: cosmits on tutorials and videos
|
2012-05-06 19:59:46 +02:00 |
Andreas Mueller
|
3c2e01f8be
|
DOC some doc corrections
|
2012-05-06 10:47:07 +02:00 |
Vlad Niculae
|
3885dd8ac3
|
FIX: doctests for scale_C, took some liberties
|
2012-05-05 21:57:05 +02:00 |
Alexandre Gramfort
|
15455263b7
|
API : change back default C to 1. explicitely and epsilon 0.1
|
2012-05-05 21:57:04 +02:00 |
Andreas Mueller
|
5edfa06019
|
DOC docs and examples have scale_C removed
|
2012-05-05 21:57:04 +02:00 |
Roy Hyunjin Han
|
1c6797b832
|
Fixed some typos
|
2012-05-02 13:37:58 -03:00 |
Andreas Mueller
|
80e6ec2e4a
|
MISC don't use private ``set_params`` method as that raises a warning.
|
2012-04-26 13:43:25 +02:00 |
Andreas Mueller
|
55959ed879
|
COSMIT don't use deprecated attributes in tutorial.
|
2012-04-23 21:16:13 +02:00 |
Alexandre Gramfort
|
fb4bedf94b
|
Merge pull request #747 from ibayer/posCoeff
positivity constraint for lasso and elastic net
|
2012-04-11 00:06:06 -07:00 |
Olivier Grisel
|
7a87d7f1c7
|
Merge pull request #742 from davidmarek/pdistance
minkowski p-distance in sklearn.neighbors
|
2012-04-05 00:16:01 -07:00 |
Gael Varoquaux
|
987f0fb490
|
Merge pull request #751 from jaquesgrobler/master
Removed `_plot` from the face recognition example
|
2012-04-03 07:45:11 -07:00 |
Jaques Grobler
|
ca50d31a42
|
Removed `_plot` from the face recognition example
updated tutorial page to use static image.
|
2012-04-03 13:20:01 +02:00 |
flyingimmidev
|
b7b7b62aff
|
fixed doctest
|
2012-04-01 19:22:50 +02:00 |
Andreas Mueller
|
8474e94e9a
|
DOC sphinx/rst errors
|
2012-03-31 16:10:59 +02:00 |
Mathieu Blondel
|
a8b5110496
|
Fix doctest failure.
|
2012-03-31 21:11:43 +09:00 |
David Marek
|
e761d69e8c
|
TEST: tested different p values in nearest neighbors
|
2012-03-31 13:02:10 +02:00 |
Jaques Grobler
|
efd467cffd
|
Fixed broken image link
|
2012-03-27 15:27:14 +02:00 |
Andreas Mueller
|
f62966d5b3
|
COSMIT Typo
|
2012-03-26 09:55:57 +02:00 |
GaelVaroquaux
|
2edfa60d66
|
BUG: fix doctests
|
2012-03-26 02:14:42 +02:00 |
GaelVaroquaux
|
6b1bc1744f
|
BUG: no plotting in doctests
|
2012-03-26 01:32:07 +02:00 |
GaelVaroquaux
|
7278dfe482
|
DOC: finish misc in tutorial
@jaquesgrobler : there were still a few things to do :)
|
2012-03-26 01:20:53 +02:00 |
Jaques Grobler
|
6c7a166ae0
|
fixed new doc-test error
|
2012-03-22 17:16:53 +01:00 |
Jaques Grobler
|
0d63d785e7
|
Merge branch 'master' into WIP_tut
Conflicts:
examples/linear_model/plot_ols.py
|
2012-03-22 17:12:36 +01:00 |
Jaques Grobler
|
66d8f4e3b0
|
spelling errors,edit curse of dimensionality, explain top-down
|
2012-03-21 10:08:15 +01:00 |
Jaques Grobler
|
11408e71ab
|
spelling fixes
|
2012-03-20 08:49:35 +01:00 |
Jaques Grobler
|
a161f3dbbe
|
fixed numbering in main User Guide
|
2012-03-12 10:50:21 +01:00 |