scikit-learn/sklearn/utils
Gael Varoquaux ae9f7ef7ca BUG: type conversion in spectral_embedding
Under some version of numpy, inplace operations with different types
lead to errors rather than implicit casting.

Fixes #2153
2013-07-13 17:17:49 -05:00
..
mst COSMIT pep8 2013-07-11 11:50:23 +02:00
sparsetools COSMIT various typofixes 2013-04-11 21:22:14 +02:00
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests ENH order *does* matter for sparse matrices 2013-07-11 11:50:23 +02:00
__init__.py FIX get rid of the last few asanyarray calls 2013-07-11 15:54:13 +02:00
_csgraph.py FIX: py3k - more relative imports 2011-12-23 22:11:46 +01:00
arpack.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
arraybuilder.c DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
arraybuilder.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
arrayfuncs.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
arrayfuncs.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
bench.py COSMIT pep8 2011-12-15 17:08:30 +01:00
class_weight.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
extmath.py COSMIT pep8 2013-07-11 11:50:23 +02:00
fixes.py TST + PY3 various fixes 2013-07-05 20:17:23 +02:00
graph.py BUG: type conversion in spectral_embedding 2013-07-13 17:17:49 -05:00
graph_shortest_path.c DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
graph_shortest_path.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
lgamma.c COSMIT translate lgamma replacement to C and clean it up 2013-01-31 01:22:08 +01:00
lgamma.pxd ENH: use lgamma function from John D. Cook 2013-01-13 14:03:45 +00:00
lgamma.pyx COSMIT translate lgamma replacement to C and clean it up 2013-01-31 01:22:08 +01:00
multiclass.py ENH use a comprehension over imap 2013-07-08 13:49:25 +02:00
murmurhash.c DOC spellfixes 2013-06-29 16:18:23 +03:00
murmurhash.pxd ENH feature hashing transformer 2012-11-17 17:29:20 +01:00
murmurhash.pyx DOC spellfixes 2013-06-29 16:18:23 +03:00
random.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
random.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
seq_dataset.c DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
seq_dataset.pxd moved WeightVector und SequentialDataset into seperate modules. 2012-03-07 20:09:05 +01:00
seq_dataset.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
setup.py Moved mst to a subfolder and added a README file 2013-06-04 13:57:15 +02:00
sparsefuncs.c ENH optimize KMeans for sparse inputs 2013-07-08 14:18:26 +02:00
sparsefuncs.pxd ENH optimize KMeans for sparse inputs 2013-07-08 14:18:26 +02:00
sparsefuncs.pyx ENH optimize KMeans for sparse inputs 2013-07-08 14:18:26 +02:00
testing.py FIX: use the mldata mock in docstring as well 2013-05-01 13:49:58 +02:00
validation.py ENH order *does* matter for sparse matrices 2013-07-11 11:50:23 +02:00
weight_vector.c DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02: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 DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00