scikit-learn/sklearn/utils/tests
Lars Buitinck b37791bab9 ENH cut MiniBatchKMeans memory usage in half for large n_clusters
Also, changed logging message to reflect the (public) class that is logging,
not the (private) function.

New Cython code lives in utils.sparsefuncs, because it may prove more
generally useful.
2013-03-13 15:23:50 +01: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 P3K range vs. xrange 2013-02-14 02:05:35 +01:00
test_fixes.py COSMIT some pep8 2011-11-28 23:39:46 +01:00
test_graph.py COSMIT pep8 2012-12-22 16:48:17 +01:00
test_multiclass.py P3K some more fixes in random places 2013-03-08 18:31:35 +01:00
test_murmurhash.py P3K use six to have a python 2 & 3 compatible code base 2013-02-09 18:08:44 +01:00
test_random.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
test_shortest_path.py ENH use random states everywhere, never call np.random. 2012-05-06 18:35:14 +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 ENH Simplify assert_raise_message + TST add them 2012-12-21 14:48:01 +01:00
test_utils.py Revert (rebased) merge of euclidean_distances speedup 2012-10-24 10:40:30 +02:00
test_validation.py ENH more logical behavior, better docstring, tests 2013-01-05 19:59:46 +01:00