MechCoder
|
2daa0289ef
|
Renamed csc_row_median to csc_median_axis_0
|
2014-10-21 09:21:30 +02:00 |
MechCoder
|
3e7b816a0d
|
DOC: Explain why the centroid of the manhattan metric is the median
|
2014-10-21 09:21:30 +02:00 |
MechCoder
|
9622e858b3
|
MAINT: Move _get_median into sparsefuncs to avoid circular imports
|
2014-10-21 09:21:30 +02:00 |
MechCoder
|
91450c6960
|
FIX: Wrap csc_row_median around the _get_median imputer function
|
2014-10-21 09:21:30 +02:00 |
MechCoder
|
6f41bd1c88
|
ENH: Patches Nearest Centroid for metric=manhattan for sparse and dense data
|
2014-10-21 09:21:30 +02:00 |
Thomas Unterthiner
|
52adb5cae7
|
ENH Add 'axis' argument to sparsefuncs.mean_variance_axis
|
2014-09-03 13:47:48 +02:00 |
Joel Nothman
|
0e31553de5
|
ENH Sparse multilabel target support
All multilabel metric calculation is now performed efficiently over
sparse CSR matrices.
|
2014-07-30 22:13:11 +10:00 |
Thomas Unterthiner
|
325e998fcc
|
Extend utils.sparsefuncs: inplace scale and axis min/max
|
2014-05-18 20:03:37 +10:00 |
Manoj-Kumar-S
|
5d47cfcbcb
|
Improved formatting of unsupported sparse matrices in swapping
|
2014-05-10 11:37:53 +05:30 |
Manoj-Kumar-S
|
fc634f95f2
|
Made the following changes
1. Minor changes to docs
2. Replaced swap with inplace_swap
|
2014-04-30 23:27:26 +05:30 |
Manoj-Kumar-S
|
31d438eb3d
|
COSMIT: Replaced ptr1/2 with start/stop
|
2014-04-26 23:38:58 +05:30 |
Manoj-Kumar-S
|
924db9b07e
|
Made the following changes
a] Replaced numpy slicing with concatanate
b] Added swap_sparse_column
|
2014-04-24 20:58:11 +05:30 |
Manoj-Kumar-S
|
5119d68982
|
ENH: Swap rows in sparsefuncs
|
2014-04-24 17:19:09 +05:30 |
Lars Buitinck
|
32c843b4b9
|
COSMIT: pep8, trailing spaces
|
2014-03-29 17:59:35 +01:00 |
Manoj-Kumar-S
|
bbb8f1d1bf
|
Moved sparsefuncs to sparsefuncs_fast
|
2014-03-27 13:20:45 +05:30 |