scikit-learn/sklearn/utils
Gilles Louppe a5e35d9890 ENH: added some tests 2013-01-08 22:19:01 -08:00
..
sparsetools COSMIT pep8 2012-12-22 16:48:17 +01:00
src BUG Cholesky delete routines wouldn't compile on Solaris 2013-01-03 15:03:26 +01:00
tests ENH: added some tests 2013-01-08 22:19:01 -08:00
__init__.py ENH: added some tests 2013-01-08 22:19:01 -08:00
_csgraph.py FIX: py3k - more relative imports 2011-12-23 22:11:46 +01:00
arpack.py COSMIT pep8 2012-12-22 16:48:17 +01:00
arraybuilder.c ENH incrementally build arrays in SVMlight loader to reduce memory usage 2011-11-17 19:43:00 +01:00
arraybuilder.pyx COSMIT vanity + license for ArrayBuilder 2012-04-12 13:12:05 +02:00
arrayfuncs.c BUG Cholesky delete routines wouldn't compile on Solaris 2013-01-03 15:03:26 +01:00
arrayfuncs.pyx BUG Cholesky delete routines wouldn't compile on Solaris 2013-01-03 15:03:26 +01:00
bench.py COSMIT pep8 2011-12-15 17:08:30 +01:00
class_weight.py ENH move utility function into dedicated file, not __init__.py 2013-01-03 13:28:10 +01:00
extmath.py Make randomized_svd flipped by default 2012-12-24 15:03:49 +01:00
fixes.py P3K: Cannot compare list to tuple. 2012-11-14 07:23:08 +01:00
graph.py COSMIT pep8 2012-12-22 16:48:17 +01:00
graph_shortest_path.c Generate c-code with cython 0.15.1 2012-02-25 20:33:28 +01:00
graph_shortest_path.pyx BUG: fibonacci heap implementation 2012-02-25 20:33:28 +01:00
murmurhash.c BUG: fix murmurhash compilation with recent Cython 2012-11-22 22:36:03 +01:00
murmurhash.pxd ENH feature hashing transformer 2012-11-17 17:29:20 +01:00
murmurhash.pyx BUG: fix murmurhash compilation with recent Cython 2012-11-22 22:36:03 +01:00
random.c COSMIT make everything use the common interface 2012-12-21 14:48:01 +01:00
random.pyx COSMIT make everything use the common interface 2012-12-21 14:48:01 +01:00
seq_dataset.c FIX: Do not rely on strides for contiguous arrays 2012-12-10 16:33:55 +01:00
seq_dataset.pxd moved WeightVector und SequentialDataset into seperate modules. 2012-03-07 20:09:05 +01:00
seq_dataset.pyx FIX: Do not rely on strides for contiguous arrays 2012-12-10 16:33:55 +01:00
setup.py BUG Cholesky delete routines wouldn't compile on Solaris 2013-01-03 15:03:26 +01:00
sparsefuncs.c Unified access to 'mean_variance_axis0' for CSC and CSR matrices 2012-05-16 07:58:02 +02:00
sparsefuncs.pyx Unused import. 2012-05-21 12:55:34 +09:00
testing.py FIX i should trust my past self a bit more 2012-12-24 15:42:58 +01:00
validation.py DOC try to be as clear as possible. 2013-01-05 19:59:46 +01:00
weight_vector.c cythonized sgd files 2012-03-19 08:47:51 +01:00
weight_vector.pxd un-done NormedWeightVector factorization; performance decrease on RCV1 is neglectable. 2012-03-18 20:55:25 +01:00
weight_vector.pyx un-done NormedWeightVector factorization; performance decrease on RCV1 is neglectable. 2012-03-18 20:55:25 +01:00