Commit Graph

124 Commits

Author SHA1 Message Date
Olivier Grisel e3002c5efc FIX #2372: non-shuffling StratifiedKFold implementation and updated tests 2013-09-25 15:56:47 +02:00
Olivier Grisel 0ab527804e Revert "Fix accidental doctest breakage."
This reverts commit 4c95f5e00a.
2013-09-20 13:27:48 +02:00
Daniel Nouri 4c95f5e00a Fix accidental doctest breakage. 2013-09-20 12:41:39 +02:00
Lars Buitinck 9a9b9e85ed DOC+COSMIT: typos, lots of them
Fixes #2102. There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +02:00
Jaques Grobler a390a0799a commit added for hack-warning 2013-08-02 13:25:10 +02:00
Jaques Grobler 3fa71e90c1 fix cut-off ML map 2013-07-31 13:57:52 +02:00
Andreas Mueller 211e538627 flatten the tutorial / doc structure as proposed by @ogrisel 2013-07-28 11:15:03 +02:00
Vlad Niculae 2d97949125 DOC update docstrings to reflect libsvm random_state 2013-07-27 19:50:25 +02:00
eustache 38b87559e4 DOC recommend understanding NumPy in the tutorial 2013-07-25 19:08:26 +02:00
dengemann 0e5815726a FIX: address @agramfort 's comments 2013-07-23 15:49:26 +02:00
Denis A. Engemann f7f2db14bb ENH: improve tutorial to be more clean. 2013-07-23 15:49:26 +02:00
Denis A. Engemann 17aff7d2f7 FIX: tutorial 2013-07-23 15:49:25 +02:00
Gael Varoquaux 9bd98c34f4 Merge branch 'pr_1732' 2013-07-14 11:43:22 -05:00
Justin Vincent fe52584e83 Got all the doc-tests working 2013-07-10 10:52:25 -04:00
Jake Vanderplas 7b762d88bb DOC: make doc tests pass 2013-07-07 20:24:00 -07:00
Jaques Grobler 962e2e1d99 maintenance scripts added for machine learning maps - needed for modifying the map in future 2013-05-14 21:28:30 +02:00
Jaques Grobler b2082b5d42 DOC added link to scipy lecture notes to tuts 2013-05-04 17:16:44 +02:00
Jaques Grobler 05a7766c3c resized image 2013-04-29 17:13:22 +02:00
Jaques Grobler cd9cffac81 layout fixes and top paragraph 2013-04-25 13:33:05 +02:00
Jaques Grobler ed643e18d7 sidebar added 2013-04-25 11:23:32 +02:00
Jaques Grobler 021f515ef8 remove svg2html script,toctree section added,doc page for ml_map created 2013-04-24 20:05:52 +02:00
Jaques Grobler 6261c4b964 rename image/html 2013-04-23 16:28:39 +02:00
Jaques Grobler 8238a865e2 update tutorial page 2013-04-23 15:34:52 +02:00
Jaques Grobler e6ed507b20 intigrated to tutorial index 2013-04-23 15:28:04 +02:00
Jaques Grobler 467c90486a jquerys added 2013-04-23 01:58:47 +02:00
Jaques Grobler d6d2a5b323 last links fixed 2013-04-23 01:53:12 +02:00
Jaques Grobler 574b9ed8e2 add further links 2013-04-23 01:15:06 +02:00
Jaques Grobler a999972a47 link fixes 2013-04-23 00:36:38 +02:00
Jaques Grobler 1d3e480c44 image and html file added 2013-04-22 23:53:15 +02:00
Jaques Grobler ed52df3ee8 fix numbering for tutorials page 2013-04-20 17:06:41 +02:00
Andreas Mueller 65d1ef5147 DOC FIX finite precision 2013-03-15 10:15:15 +01:00
Andreas Mueller 0c94b55c63 ENH add randomized hyperparameter optimization 2013-03-03 20:56:39 +01:00
Alexandre Gramfort adb85bb487 fix doctest 2013-03-02 16:39:42 +01:00
Lars Buitinck 85ec0fd1ae P3K death to the print statement 2013-02-11 23:11:57 +01:00
Jaques Grobler 0985264a4a warning removal 2013-01-26 18:01:29 +01:00
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