Raghav R V
a87011262a
FIX precision to float64 across the codebase
2015-10-16 11:20:29 +02:00
Andreas Mueller
a8626b36a6
TST/COSMIT remove nose call boilerplate
2015-05-28 14:54:01 -04:00
Loïc Estève
5c0c5c672c
MAINT use absolute imports in tests
...
as per the guideline in:
http://scikit-learn.org/stable/developers/#coding-guidelines
2015-02-10 13:40:31 +01:00
MechCoder
eb660edbf3
FIX: Raise error when patch width/height is greater than image width/height
2014-11-21 10:23:47 -05:00
Lars Buitinck
c997cdee9f
COSMIT pep8 + full stop police
...
metrics/tests/test_score_objects.py made stricter by replacing . with \.
in regular expressions.
2014-02-01 15:28:53 +01:00
Robert Layton
baae05ec2f
Two more spots. I think that's it
2013-07-22 10:27:25 +02:00
Lars Buitinck
77695ee27a
COSMIT pep8
2013-07-11 11:50:23 +02:00
jnothman
d6e9598abe
Merge pull request #1880 from NicolasTr/patch_extractor_float_max_patches
...
Support float values for max_patches in PatchExtractor.transform
2013-05-12 02:20:13 -07:00
Robert Layton
dacfd8bd5d
DOC: Replaced all BSD style licenses with "BSD 3 clause"
...
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
2013-04-30 08:34:46 +02:00
Nicolas Trésegnie
a85c89668c
Add test for PatchExtractor (float value for max_patches)
2013-04-21 15:29:47 +02:00
Andreas Mueller
754c2d9533
COSMIT pep8
2012-12-22 16:48:17 +01:00
Andreas Mueller
73a1229b36
TST better test-coverage for image patch extraction.
2012-12-12 22:09:07 +01:00
Alexandre Gramfort
8078d7077f
TST : use assert_true and not assert in test
2012-11-29 13:10:41 +01:00
Michael
1f7d3e46b1
testing for correct output shapes and patch content of the last patch for 1 to 3 dimensional arrays
2012-11-29 13:10:40 +01:00
Andreas Mueller
86cedafa08
ENH make all Estimators default constructible (except SparseCoder)
2012-06-26 14:16:03 +02:00
Alexandre Gramfort
ad8e4912cb
TST: use assert_true instead of assert + remove some relative imports
2012-02-11 15:43:03 +01:00
Fabian Pedregosa
ec72437067
FIX: convert lena to float32 (originally it's ints)
...
Fixes exception in recent scipy.
2012-01-09 14:28:22 +01:00
Gael varoquaux
37c904d6c5
BUG: make the tests pass with numpy 2
2011-12-18 08:57:17 +01:00
Andreas Mueller
d0854d5a07
COSMIT pep8
2011-12-15 17:08:30 +01:00
Lars Buitinck
c7373e1473
Revert "FIX: python2.5 SyntaxError"
...
This reverts commit 20f1495198 .
No longer needed because of Python 2.6 requirement.
Conflicts:
scikits/learn/feature_extraction/tests/test_image.py
2011-12-12 11:55:44 +01:00
Fabian Pedregosa
4a8273fa83
scipy.lena has moved to scipy.misc.lena in scipy's dev version.
2011-09-12 22:29:16 +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