Gael Varoquaux
7c70198efc
FIX: doctests under Windows 64bit
...
Thanks to @bdholt1 for reporting these errors
2012-10-07 23:12:56 +02:00
Lars Buitinck
7896f7281d
COSMIT don't call magic methods directly
...
One tricky case left in doc/sphinxext/gen_rst.py.
Also, don't use relative imports in tests.
2012-07-21 17:38:15 +02:00
Nelle Varoquaux
0619753d3c
Knuth load_cities dataset isn't used anymore
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
62a348406c
Changed dataset from france's mileage to knuth's USA mileage dataset
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
ebaee5ae18
Added more documentation on the cities dataset
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
f568e36b36
Added a new dataset: traveling distances between 17 cities in france
2012-06-01 18:24:20 +02:00
Olivier Grisel
b071cb0abd
FIX: make the 20 newsgroups loader explicitly decode latin1 content
2012-02-28 10:44:31 +01:00
Andreas Mueller
88527861dc
DOC fixed errors in load_images doc and SKIP'ed load_image doctest as was already the case for load_images
2012-01-14 11:28:20 +01:00
Fabian Pedregosa
dfc7c5c0e8
Remove pylab code from docstring and +SKIP those that requie PIL
2012-01-09 15:20:23 +01:00
Vlad Niculae
97bf1ad1a8
Added missing space in PIL warning
2011-12-21 16:56:33 +01:00
Gilles Louppe
c4d40ad087
DOC: Return->Returns
2011-12-20 13:47:16 +01:00
Lars Buitinck
c6613e8943
DOC fix datasets.load_digits example, second attempt
2011-12-19 19:24:03 +01:00
Lars Buitinck
3e75241778
DOC fix datasets.load_digits example
...
Kudos @Gael
2011-12-19 18:38:35 +01:00
Alexandre Gramfort
5fd08bc0e6
Merge pull request #473 from amueller/dataset_whitespace
...
Dataset doc beautification
2011-12-18 09:01:08 -08:00
Andreas Mueller
c17476479b
COSMIT datasets doc using rst tables
2011-12-18 17:58:27 +01:00
Andreas Mueller
de6e8a0ed8
DOC RST field lists don't behave as I want them to:(
2011-12-18 17:21:50 +01:00
Gael Varoquaux
f1d3374794
Merge pull request #471 from amueller/linnerud_renaming
...
Doctest mess
2011-12-18 03:54:05 -08:00
Andreas Mueller
7f544b1ce6
FIX: typo in diabetes docs
2011-12-18 12:45:55 +01:00
Andreas Mueller
04aa47c772
ENH linnerud dataset interface adjusted to be consistent with the others
2011-12-18 12:45:09 +01:00
Andreas Mueller
ad019b600d
DOC: Corrections and additions to the dataset docs. Also more detailed docstrings
...
for the functions loading the data.
2011-12-18 10:47:58 +01:00
Andreas Mueller
205642899e
FIX: typo in with statement
2011-12-16 00:28:00 +01:00
Lars Buitinck
1ec01bc95d
COSMIT a few more easy cases of with open syntax
2011-12-12 16:40:26 +01:00
Andreas Mueller
ff3f814a1b
COSMIT pep8 whitespace
2011-11-20 21:16:52 +01:00
Lars Buitinck
3bde2bf97b
ENH accept matrix input throughout
...
Simple solution: replace np.asanyarray with np.asarray throughout.
Also, use utils.as_float_array where appropriate.
2011-10-21 13:51:12 +02:00
Olivier Grisel
f3d3fd1432
ENH: make load_files use a fixed shuffling of the samples
...
We are trying to have a default behavior that does not confuses
unsuspecting users:
- Random shuffling with different ordering between 2 consective calls
is unexpected.
- No shuffling is bad to since it will break critical assumptions of
online/minibatch estimators.
2011-09-30 10:29:51 +02:00
Gael varoquaux
c4f32dc7b0
DOC: proper docstring for load_sample_image
2011-09-25 22:56:30 +02:00
Fabian Pedregosa
57b9fd3fe5
Comment tests that depend on PIL.
...
This is ugly, but I don't want to release with failing tests.
Also, I can't use `doctest: +SKIP` because it fails when run through
sklear.test().
2011-09-19 16:09:10 +02:00
Fabian Pedregosa
7b1562495a
FIX: some sklear.test() fixes.
...
sklearn.test() seems to be very picky to doctest that don't print and
other minor stuff.
2011-09-16 09:11:40 +02:00
Gael varoquaux
693bc152fd
COSMIT: PEP08
2011-09-10 03:52:52 +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