Lars Buitinck
27d4376dcf
ENH optimize DBSCAN by rewriting in Cython
...
~30% off the running time for a 3.7e5 set of 3-d points.
2015-03-17 16:21:10 +01:00
Gael Varoquaux
ba45736736
Clean: Separate hierarchical code from fast_dict
2013-09-22 09:47:09 +02:00
Gael Varoquaux
d5ac03caa0
MISC: move fast_dict to utils
2013-08-25 11:33:40 +02:00
GaelVaroquaux
511748feec
ENH: single linkage with Cython
...
Faster thanks to a binding of the C++ map container to replace Python
dictionaries
2013-08-25 11:33:36 +02: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
Andreas Mueller
82a762f69d
COSMIT pep8
2012-08-10 11:06:42 +01:00
GaelVaroquaux
446611dbcf
MISC: build_utils: module rather than a subpackages
2012-07-26 11:45:20 +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
Andreas Mueller
c1c734af47
ENH put atlas checking in one place and load from there.
2012-07-20 23:45:26 +01:00
Gael Varoquaux
060669ec0c
BUG: explicit adding of libm at build
...
For systems like Mageia
Should fix #362
2012-05-05 22:46:10 +02:00
Gael varoquaux
545f3217bb
ENH: hierarchical: speedups in tree cut
...
Conflicts:
sklearn/cluster/hierarchical.py
sklearn/cluster/setup.py
2012-02-06 11:42:30 +01:00
Olivier Grisel
695ce9475f
pep8
2011-12-19 11:06:18 +01:00
Olivier Grisel
50af0c3264
track changes from master
2011-12-19 10:48:57 +01:00
Andreas Mueller
d137da16cf
COSMIT pep8 in cluster module, removed unused import
2011-11-20 20:33:57 +01:00
Olivier Grisel
ff9bd5b41e
use direct blas ddot call and reuse _assign_labels in predict
2011-10-10 10:23:52 +02:00
Olivier Grisel
78dd8b5626
batch trailing spaces cleanup
2011-09-06 23:12:26 +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