| .. |
|
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
|
Merge pull request #5094 from pv/fix-inplace
|
2015-08-23 20:48:23 +10:00 |
|
__init__.py
|
FIX n_jobs slicing bug in dict learning, add input validation to gen_even_slices
|
2015-05-20 15:29:25 -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
|
DOC fix sample_without_replacement docstring. Closes #4699.
|
2015-05-13 11:20:55 -04:00 |
|
_random.pxd
|
MISC rename random.pyx to _random.pyx
|
2014-07-14 20:47:17 +02:00 |
|
_random.pyx
|
DOC fix sample_without_replacement docstring. Closes #4699.
|
2015-05-13 11:20:55 -04: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
|
…
|
|
|
class_weight.py
|
Use more natural class_weight="auto" heuristic
|
2015-06-01 12:49:53 -04:00 |
|
estimator_checks.py
|
test for accepted sparse matrices
|
2015-08-26 22:00:55 -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
|
add fetch_rcv1
|
2015-07-16 12:29:00 +02:00 |
|
graph.py
|
ENH improve check_array
|
2015-05-19 16:13:42 +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
|
FIX / TST make cross_val_predict work on lists, test pass-through and compatibility with various input types.
|
2015-05-19 15:04:45 -04:00 |
|
multiclass.py
|
FIX type_of_target will now raise ValueError on ml-seq; [[1, 2]] is mc-mo;
|
2015-08-11 22:27:15 +05:30 |
|
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
|
DOC update whats_new
|
2015-05-21 12:45:06 +02:00 |
|
random.py
|
ENH improve check_array
|
2015-05-19 16:13:42 +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
|
TST fix tests with numpy 1.6.1
|
2015-02-01 15:49:49 +01:00 |
|
sparsefuncs_fast.c
|
FIX commit re-cythonized sparsefuncs_fast
|
2015-07-31 21:35:05 +02:00 |
|
sparsefuncs_fast.pxd
|
Moved sparsefuncs to sparsefuncs_fast
|
2014-03-27 13:20:45 +05:30 |
|
sparsefuncs_fast.pyx
|
FIX assign_rows_csr: should not zero the entire out array
|
2015-07-31 10:59:23 +02:00 |
|
stats.py
|
TST fix tests with numpy 1.6.1
|
2015-02-01 15:49:49 +01:00 |
|
testing.py
|
Bugfix : type in cd changed for read only memmap compatibility
|
2015-07-31 12:12:40 +02:00 |
|
validation.py
|
Merge pull request #3659 from chyikwei/onlineldavb
|
2015-08-09 19:13:01 +02: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 |