| .. |
|
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
|
rename decorator
|
2014-12-19 17:27:27 -05:00 |
|
__init__.py
|
rename ensure_symmetric -> test_symmetric
|
2014-12-29 08:36:25 -08: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 #2986: ZeroDivisionError in LinearRegression on sparse data
|
2014-11-14 12:51:43 +01: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 #3802 from MechCoder/birch
|
2014-12-11 23:10:43 +01:00 |
|
extmath.py
|
IncrementalPCA implementation
|
2014-09-22 13:12:29 -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
|
FIX #2986: ZeroDivisionError in LinearRegression on sparse data
|
2014-11-14 12:51:43 +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
|
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
|
Renamed csc_row_median to csc_median_axis_0
|
2014-10-21 09:21:30 +02: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
|
COSMIT: Use searchsorted in weighted_percentile
|
2014-11-05 17:57:21 -05:00 |
|
testing.py
|
FIX Modified assert_warns_message to ignore order of warnings.
|
2014-12-18 19:50:02 +01:00 |
|
validation.py
|
rename ensure_symmetric -> test_symmetric
|
2014-12-29 08:36:25 -08: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 |