scikit-learn/sklearn/utils/tests
Lars Buitinck 24af95a211 ENH refactor squared-norms computation to extmath
k-means can now use the memory-efficient dense implementation from
metrics.pairwise, while pairwise can use the fast sparse implementation
from k-means.
2013-10-12 20:27:51 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_bench.py COSMIT pep8 2012-12-22 16:48:17 +01:00
test_class_weight.py FIX compute_class_weight edge case 2013-03-06 23:41:24 +01:00
test_extmath.py ENH refactor squared-norms computation to extmath 2013-10-12 20:27:51 +02:00
test_fixes.py PY3 xrange, np.divide, string.uppsercase, None comparison 2013-06-30 14:37:06 +02:00
test_graph.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_linear_assignment.py COSMIT refactor Hungarian algorithm 2013-08-13 17:29:58 +02:00
test_multiclass.py FIX bug with indicator format 2013-07-08 13:49:25 +02:00
test_murmurhash.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_random.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
test_shortest_path.py COSMIT pep8 2013-05-04 10:43:39 +02:00
test_sparsefuncs.py ENH cut MiniBatchKMeans memory usage in half for large n_clusters 2013-03-13 15:23:50 +01:00
test_testing.py COSMIT fixing some unused imports, adding stuff to __all__, and light pep8 (not all whitespace to make rebasing less painful) 2013-07-27 15:44:17 +02:00
test_utils.py use column_or_1d, move it to utils 2013-07-26 17:16:27 +02:00
test_validation.py [BUG] safe_asarray() converts sparse matrices dtype 2013-08-27 10:28:27 +02:00