Andreas Mueller
0a818270f3
COSMIT rename n_iterations to n_iter in cross_validation
2012-10-10 19:10:29 +01: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
Gael Varoquaux
6c42e9d7c7
DOC: cosmits in docs
2012-05-06 17:56:30 +02:00
Vlad Niculae
3885dd8ac3
FIX: doctests for scale_C, took some liberties
2012-05-05 21:57:05 +02:00
GaelVaroquaux
0adaacc40c
API: n_test -> test_size in Bootstrap
2012-04-22 18:18:32 +02:00
David Marek
b3ca4eef19
ENH: train_size and test_size in ShuffleSplit ( #721 )
...
* renamed test_fraction and train_fraction to test_size and train_size
* deprecated test_fraction and train_fraction
* added tests for checking deprecation warnings
* modified documentation
2012-04-22 16:42:54 +02:00
Yannick Schwartz
1caa9e7793
updated doc/whats_new.rst, doc/modules/classes.rst and doc/modules/cross_validation.rst for the sss
2012-03-12 16:20:48 +01:00
Alexandre Gramfort
f0dc6116ad
API: set scale_C to True by default in libsvm/liblinear models
2012-02-11 14:42:47 +01:00
Olivier Grisel
b424c5885f
typo
2012-02-10 23:43:34 +01:00
Olivier Grisel
24e27368f0
DOC: narrative doc for train_test_split
2012-02-10 22:57:04 +01:00
Andreas Mueller
4b60c026ce
Merge pull request #513 from amueller/doc_underscores_for_real
...
Fixing RST errors in the documentation and trying to make docs a little more consistent.
2011-12-31 05:46:43 -08:00
Olivier Grisel
0e646ef4b2
ENH: make ShuffleSplit able to subsample the data
2011-12-30 10:43:27 +01:00
Andreas Mueller
f57d25495f
FIX minor rst
2011-12-27 23:47:36 +01:00
Olivier Grisel
4c8aec3a6f
typo: accross => across
2011-12-20 09:49:45 +01:00
Olivier Grisel
87a28cd44d
ENH: use integer indexing instead of boolean masks by default for CV
2011-11-06 10:36:17 +01:00
Olivier Grisel
aa69d857a8
FIX #401 : update tutorial doctests to reflect recent changes and add them to
2011-10-22 17:39:19 +02:00
Olivier Grisel
cc678ade87
typo: s/accurracy/accuracy/g
2011-09-21 18:44:26 +02:00
Gael varoquaux
48f430f6d6
DOC: formatting examples as a topic
2011-09-21 13:46:20 +02:00
Fabian Pedregosa
9ee0c1e7b7
Some more changelog stuff.
2011-09-21 12:07:26 +02:00
Olivier Grisel
8c4fa1b4c6
DOC: cross validation: introduce motivation and basic usage first
2011-09-21 11:09:30 +02:00
Olivier Grisel
ca48f82ab8
s/\bcross_val\b/cross_validation/g
2011-09-06 14:44:32 +02:00
Olivier Grisel
59f164a0b0
ENH: more cross_val doc for LOLO and LPLO
2011-09-05 01:45:00 +02:00
Olivier Grisel
47b82fce81
DOC: improvements to the cross validation doc layout + missing ref to ShuffleSplit and cross_val_score
2011-09-04 19:55:44 +02: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
Olivier Grisel
47f4a12f8b
DOC: new section for the Bootstrap cross-validation
2011-05-21 23:27:56 +02:00
Olivier Grisel
baf555b68c
DOC: cleanup in cross validation doc
2011-05-21 22:50:00 +02:00
Yaroslav Halchenko
2422ed9ef3
DOC: minor spellings and formatting (trailing spaces, consistent spacing etc)
2011-03-12 14:53:14 -05:00
Alexandre Gramfort
bb5c923871
DOC: update RST doc for crossval with indices
2011-01-18 17:52:48 -05:00
Alexandre Gramfort
61d4b9b4e2
DOC: updating doc for StratifiedKFold + ellipsis in svm support
2011-01-08 10:31:03 -05:00
Fabian Pedregosa
1553baf672
Fix doctests from RST docs.
2010-10-11 09:18:05 +02:00
Fabian Pedregosa
2df892f742
Combine user guide into a single file.
...
It's much easier for generating modular PDFs from latex output.
2010-10-06 11:44:54 +02:00