scikit-learn/sklearn/utils
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +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 cut MiniBatchKMeans memory usage in half for large n_clusters 2013-03-13 15:23:50 +01:00
__init__.py P3K make feature_extraction.text work 2013-03-10 22:20:29 +01: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 COSMIT various typofixes 2013-04-11 21:22:14 +02:00
arraybuilder.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01: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 COSMIT various typofixes 2013-04-11 21:22:14 +02:00
extmath.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
fixes.py P3K use six to have a python 2 & 3 compatible code base 2013-02-09 18:08:44 +01:00
graph.py COSMIT pep8 2013-04-02 13:30:55 +02:00
graph_shortest_path.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
graph_shortest_path.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01: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 P3K some more fixes in random places 2013-03-08 18:31:35 +01:00
murmurhash.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
murmurhash.pxd ENH feature hashing transformer 2012-11-17 17:29:20 +01:00
murmurhash.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
random.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
random.pyx COSMIT make everything use the common interface 2012-12-21 14:48:01 +01:00
seq_dataset.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
seq_dataset.pxd moved WeightVector und SequentialDataset into seperate modules. 2012-03-07 20:09:05 +01:00
seq_dataset.pyx COSMIT various typofixes 2013-04-11 21:22:14 +02:00
setup.py COSMIT translate lgamma replacement to C and clean it up 2013-01-31 01:22:08 +01:00
sparsefuncs.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
sparsefuncs.pyx ENH cut MiniBatchKMeans memory usage in half for large n_clusters 2013-03-13 15:23:50 +01:00
testing.py PY3: fix urlopen in mldata and california housing loaders 2013-03-19 17:56:57 +01:00
validation.py P3K use six to have a python 2 & 3 compatible code base 2013-02-09 18:08:44 +01:00
weight_vector.c COSMIT various typofixes 2013-04-11 21:22:14 +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 COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00