scikit-learn/sklearn/utils
Lars Buitinck ceffed1d6e MAINT remove useless deprecation in sklearn.utils
This module is off-limits to users anyway.
2013-09-04 18:43:56 +02:00
..
sparsetools 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
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests fix visual indentation 2013-08-31 12:28:28 +05:30
__init__.py Added gen_batches() to utils 2013-08-27 10:29:40 +02:00
_logistic_sigmoid.c ENH speed up logistic_sigmoid (using less code) 2013-07-28 16:44:13 +02:00
_logistic_sigmoid.pyx ENH speed up logistic_sigmoid (using less code) 2013-07-28 16:44:13 +02:00
arpack.py BUG fix whitespace in error messages 2013-08-26 17:02:52 +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 MAINT remove useless deprecation in sklearn.utils 2013-09-04 18:43:56 +02:00
fixes.py FIX: ghost diff 2013-08-25 12:00:06 +02:00
graph.py Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02: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
linear_assignment_.py COSMIT refactor Hungarian algorithm 2013-08-13 17:29:58 +02:00
multiclass.py Rename helper partial_fit function 2013-07-25 11:16:29 +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 FIX signature 2013-07-22 17:48:38 +02:00
random.pxd FIX signature 2013-07-22 17:48:38 +02:00
random.pyx MAINT: remove utf-8 headers 2013-08-26 14:55:51 +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 MAINT: remove utf-8 headers 2013-08-26 14:55:51 +02:00
setup.py ENH Add fast and stable logistic sigmoid to utils and RBM 2013-07-24 17:27:22 +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 BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
validation.py BUG duplicate finity check in input validation 2013-09-04 18:36:40 +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 MAINT: remove utf-8 headers 2013-08-26 14:55:51 +02:00