Andreas Mueller
0650d5502e
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
MechCoder
eb660edbf3
FIX: Raise error when patch width/height is greater than image width/height
2014-11-21 10:23:47 -05:00
Andreas Mueller
f7549fd2ba
Refactor input validation.
2014-07-20 10:40:04 +02:00
lesteve
0239310549
Remove a couple more 'using a non-integer number instead of an integer DeprecationWarning'
2014-07-18 17:05:46 +01:00
lesteve
fa50e628dd
Remove 'DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future' warnings
2014-07-18 15:16:56 +01:00
Lars Buitinck
cdd2279c09
ENH fix astype usage to prevent copying
...
Removed where possible; using copy=False (from utils.fixes) where needed.
Also some C integer type fixes to gradient boosting.
2014-06-18 11:01:28 +02:00
mjbommar
123aa8a7a8
Adding Notes section to img_to_graph and grid_to_graph re: np.matrix->np.ndarray
2014-05-24 15:02:58 -04:00
mjbommar
d8099d6d27
Replacing the non-test .todense() methods with .toarray()
2014-05-20 21:16:34 -04:00
Lars Buitinck
b97fb3c5fc
MAINT drop support for NumPy < 1.6.1
2014-03-02 20:13:57 +01: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
1816dee58c
Fix float value support for max_patches in PatchExtractor
2013-04-21 15:30:58 +02:00
Lars Buitinck
85ec0fd1ae
P3K death to the print statement
2013-02-11 23:11:57 +01:00
Olivier Grisel
1967a0b323
P3K use six to have a python 2 & 3 compatible code base
2013-02-09 18:08:44 +01:00
Andreas Mueller
754c2d9533
COSMIT pep8
2012-12-22 16:48:17 +01:00
Alexandre Gramfort
8078d7077f
TST : use assert_true and not assert in test
2012-11-29 13:10:41 +01:00
Michael
68a788f9c1
Changes in documentation and notation
2012-11-29 13:10:40 +01:00
Michael
b5f347eb08
removed stuff i commented out
2012-11-29 13:10:40 +01:00
Michael
e19d70f6fa
Now replaced max_patches part by fancy indexing
2012-11-29 13:10:40 +01:00
Michael
6394b35b6e
Now added extract_patches for random extraction as well
2012-11-29 13:10:40 +01:00
Michael
236c55126c
Added strided patch extractor to feature_extraction/image. Extracts patches 16x faster on the MiniBatchDictionaryLearning example
2012-11-29 13:10:40 +01:00
Andreas Mueller
1406cdfbb7
ENH use the numbers module introduced in Python 2.6 to check for number types.
...
Fixes 1255.
2012-10-24 18:44:53 +02:00
Gael Varoquaux
7c70198efc
FIX: doctests under Windows 64bit
...
Thanks to @bdholt1 for reporting these errors
2012-10-07 23:12:56 +02:00
Vlad Niculae
7f76aa1def
Add __all__ for half of the scikit
2012-09-04 18:00:49 +01:00
Andreas Mueller
b27dde273f
FIX typo
2012-09-01 14:34:25 +02:00
Andreas Mueller
4c8c3be75c
ENH more robust testing if parameter is int or float, as suggested by @larsmans in #1066 .
2012-09-01 14:29:35 +02:00
Andreas Mueller
86cedafa08
ENH make all Estimators default constructible (except SparseCoder)
2012-06-26 14:16:03 +02:00
Subhodeep Moitra
704b8619f9
P3K : Changed / to // to typecast float to int
2012-05-11 11:21:01 +02:00
Lars Buitinck
06de43601e
drop Python 2.5; no more need for utils.fixes.product
...
+vanity: slap my name on fixes for Counter :)
2011-12-10 10:20:13 +01:00
Gilles Louppe
c40dbf739f
DOC: Standardize the module documentation format (work in progress)
2011-11-30 10:30:13 +01:00
Lars Buitinck
71d524396c
FIX replace np.atleast_2d with new utils.array2d
...
atleast_2d will pass through np.matrix
2011-10-25 15:16:31 +02:00
Olivier Grisel
9a0db43470
Merge remote-tracking branch 'vene/sc' into vene-sc
2011-09-16 11:34:26 +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
vene
40eb1010d2
Merge branch 'master' into sc
...
Conflicts:
doc/modules/linear_model.rst
scikits/learn/decomposition/__init__.py
2011-09-05 01:45:31 +03: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