scikit-learn/sklearn/utils
jnothman 0a7bef6da9 Merge pull request #3528 from MechCoder/fix_heisen
FIX heisenbug due to addition of max_iter param in LSVC
2014-08-04 21:41:04 +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 COSMIT clean up tests with pyflakes 2014-07-22 16:10:16 +02:00
__init__.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +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
_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
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 Support unseen labels LabelBinarizer and test 2014-07-29 16:21:04 +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 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 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +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
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 DOC more / better documentation 2014-07-14 20:47:18 +02: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 Extend utils.sparsefuncs: inplace scale and axis min/max 2014-05-18 20:03:37 +10: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 FIX six issue with module imports 2014-08-01 10:49:29 +02: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