Lars Buitinck
88f7df2922
COSMIT website address + copyedit in __init__.py
2012-10-23 17:40:33 +02:00
Fabian Pedregosa
fb7e3abe50
Python3 compat: print()
2012-10-05 17:56:37 +02:00
Andreas Mueller
d50c0cb06c
COSMIT pep8
2012-10-02 17:31:00 +01:00
Andreas Mueller
f1e4427c5c
MISC starting 0.13 cycle
2012-09-04 19:39:19 +01:00
Gael Varoquaux
b5519f08da
Merge branch 'linking_arrayfuncs'
...
Conflicts:
setup.py
sklearn/__init__.py
2012-07-26 23:33:29 +02:00
GaelVaroquaux
ecda4de954
COSMIT: explainations of the partial import
2012-07-26 11:39:56 +02:00
David Cournapeau
d8e30f1ca8
REF: hack to be able to share distutils utilities.
...
We took the ugly trick from NumPy to separate build vs normal use of
sklearn imports.
2012-07-25 11:35:40 +01:00
Yaroslav Halchenko
4915d4dcd9
ENH: sklearn.setup_module to preseed RNGs to reproduce failures
...
Could easily be controlled from the environment via SKLEARN_SEED
Besides adding setup_module() to the sklearn space should be of no
effect for any regular imports of sklearn.
2012-07-23 16:42:18 +02:00
Gael Varoquaux
cd7404706c
MISC: clean up top-level namespace
2012-05-09 00:32:27 +02:00
Andreas Mueller
67cad73a56
RELEASE HEAD is now 0.12-git
2012-05-07 18:28:34 +02:00
Andreas Mueller
73fdf6a9c9
RELEASE 0.11
2012-05-07 18:19:35 +02:00
Gael Varoquaux
df3dac765d
BUG: fix testing on older numpy
2012-05-06 19:37:19 +02:00
Gael Varoquaux
1eae414837
TST: do not raise warnings in sklearn.test()
...
This fixes #834
2012-05-06 19:28:19 +02:00
GaelVaroquaux
b36beb4e7b
Merge branch 'label-propagation'
2012-02-02 12:55:56 +01:00
Clay Woolam
268aed6b42
TL directory change to push label propagation code into semi_supervised
2012-01-22 21:13:56 -08:00
Fabian Pedregosa
4533aa33da
Start of 0.11 development cycle.
2012-01-10 18:27:24 +01:00
Fabian Pedregosa
a07218757b
Still some tweaks for the sklearn.test() example
2012-01-09 15:15:05 +01:00
Fabian Pedregosa
2108f11271
FIX: doctest
2012-01-09 14:58:16 +01:00
Fabian Pedregosa
552bc9d568
DOC: exaple for sklearn.test()
2012-01-09 14:27:30 +01:00
Gael varoquaux
81bff12a09
ENH: Easier debugging in check_build
2011-11-08 22:26:52 +01:00
vene
8782723e3a
MISC: even better check_build error reporting
2011-10-08 19:03:37 +03:00
Gael varoquaux
ea59b84075
MISC: better check_build error reporting
2011-10-08 11:35:51 +02:00
Gael varoquaux
2aaa1fe350
COSMIT
2011-09-24 11:17:38 +02:00
Fabian Pedregosa
9748a50690
Start of 0.10 development cycle.
2011-09-20 16:13:30 +02:00
Olivier Grisel
54af74d18c
Merge remote-tracking branch 'jakevdp/neighbors-refactor'
2011-09-13 23:41:23 +02:00
Fabian Pedregosa
a15554d370
Do not import mixture from top-level sklearn.
2011-09-12 22:23:34 +02:00
Jake Vanderplas
0718f7231b
merge upstream/master
2011-09-06 20:14:25 -07:00
Jake Vanderplas
1583dbbbb4
move neighbors.py -> neighbors
2011-09-06 10:09:35 -07:00
Olivier Grisel
ca48f82ab8
s/\bcross_val\b/cross_validation/g
2011-09-06 14:44:32 +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