| .. |
|
sparsetools
|
MAINT remove unused MST code
|
2014-09-04 12:47:35 +02:00 |
|
src
|
COSMIT various typofixes
|
2013-04-11 21:22:14 +02:00 |
|
tests
|
Moved optimize test to a new file
|
2015-03-24 12:29:05 +05:30 |
|
__init__.py
|
remove cross_validation.Bootstrap
|
2015-03-18 14:51:37 -04: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 |
|
_scipy_sparse_lsqr_backport.py
|
FIX various mismatch between docstring and signature params
|
2015-01-16 11:54:57 -05:00 |
|
arpack.py
|
FIX various mismatch between docstring and signature params
|
2015-01-16 11:54:57 -05: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
|
Merge pull request #4190 from trevorstephens/refactor_cw
|
2015-02-06 08:24:27 +01:00 |
|
estimator_checks.py
|
fix ompcv on old scipy versions
|
2015-03-18 10:25:01 -04:00 |
|
extmath.py
|
remove deprecated stuff from 0.17
|
2015-03-18 14:49:04 -04: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
|
Simplify the code by using len
|
2015-02-01 18:48:05 +01: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 |
|
metaestimators.py
|
Fix typos, no shortenings in name, simplify example.
|
2014-12-24 15:09:20 -05:00 |
|
mocking.py
|
remove check_arrays stuff and old input validation
|
2014-07-20 13:31:45 +02:00 |
|
multiclass.py
|
TST fix tests with numpy 1.6.1
|
2015-02-01 15:49:49 +01: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
|
Moved optimize test to a new file
|
2015-03-24 12:29:05 +05:30 |
|
random.py
|
FIX various mismatch between docstring and signature params
|
2015-01-16 11:54:57 -05: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
|
TST fix tests with numpy 1.6.1
|
2015-02-01 15:49:49 +01: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
|
TST fix tests with numpy 1.6.1
|
2015-02-01 15:49:49 +01:00 |
|
testing.py
|
TST Tests for the calibration module
|
2015-02-20 19:37:11 +01:00 |
|
validation.py
|
TST Test check_consistent_length and TypeError with ensemble arg
|
2015-02-26 16:30:39 +01:00 |
|
weight_vector.c
|
clean up and average can now be set to an int indicating the number of iterations before averaging
|
2014-10-03 15:44:15 +02:00 |
|
weight_vector.pxd
|
clean up and average can now be set to an int indicating the number of iterations before averaging
|
2014-10-03 15:44:15 +02:00 |
|
weight_vector.pyx
|
clean up and average can now be set to an int indicating the number of iterations before averaging
|
2014-10-03 15:44:15 +02:00 |