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 |