scikit-learn/sklearn/utils
Joel Nothman c25467ef1a MAINT Remove note that assert_warns comes with Numpy 1.7
This is obsolete since 9f45e37 when the behaviour of assert_warns was
altered.
2014-08-18 19:23:15 +10:00
..
sparsetools Replacing the test .todense() methods with .toarray() 2014-05-20 21:44:34 -04:00
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests Merge pull request #3438 from hamsal/sprs-out-dmy 2014-08-17 16:22:24 +02:00
__init__.py ENH faster safe_indexing for common case 2014-08-07 19:45:21 +10: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
_random.c MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
_random.pxd MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
_random.pyx MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
arpack.py BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
arrayfuncs.c MAINT remove leftovers from solve_triangular 2014-03-10 17:25:47 +01:00
arrayfuncs.pyx MAINT remove leftovers from solve_triangular 2014-03-10 17:25:47 +01:00
bench.py COSMIT pep8 2011-12-15 17:08:30 +01:00
class_weight.py MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
estimator_checks.py Merge pull request #3528 from MechCoder/fix_heisen 2014-08-04 21:41:04 +10:00
extmath.py MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
fast_dict.cpp BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
fast_dict.pxd BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
fast_dict.pyx BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
fixes.py FIX only use testing.ignore_warnings in tests 2014-08-06 09:59:42 +10: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 ENH fix astype usage to prevent copying 2014-06-18 11:01:28 +02:00
mocking.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
multiclass.py Manage explicit zeros manualy in class_distribution, test with explicit zeros 2014-08-09 10:33:35 -04: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
optimize.py FIX: Changed tolerance of newton-cg to be compliant with that of lbfgs 2014-07-22 16:57:41 +02:00
random.py Manage explicit zeros manualy in class_distribution, test with explicit zeros 2014-08-09 10:33:35 -04:00
seq_dataset.c ENH use threads instead of multiprocessing in SGD 2014-03-19 23:57:05 +01:00
seq_dataset.pxd ENH use threads instead of multiprocessing in SGD 2014-03-19 23:57:05 +01:00
seq_dataset.pyx ENH use threads instead of multiprocessing in SGD 2014-03-19 23:57:05 +01:00
setup.py MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
sparsefuncs.py Move test_sparse_class_distribution to utils/multiclass from utils/sparsefuncs 2014-08-04 18:24:07 -04:00
sparsefuncs_fast.c MAINT explicit float64 in sparsefuncs_fast 2014-07-13 18:46:55 +02:00
sparsefuncs_fast.pxd Moved sparsefuncs to sparsefuncs_fast 2014-03-27 13:20:45 +05:30
sparsefuncs_fast.pyx DOC mistake in comment 2014-07-26 12:05:05 +02:00
stats.py FIX encoding issue 2014-07-19 11:55:18 +02:00
testing.py MAINT Remove note that assert_warns comes with Numpy 1.7 2014-08-18 19:23:15 +10:00
validation.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
weight_vector.c ENH SGD Cython improvements 2013-09-07 18:24:36 +02:00
weight_vector.pxd ENH SGD Cython improvements 2013-09-07 18:24:36 +02:00
weight_vector.pyx ENH SGD Cython improvements 2013-09-07 18:24:36 +02:00