Commit Graph

14 Commits

Author SHA1 Message Date
Lars Buitinck 37c1d092f8 COSMIT shut up the build by calling np.import_array in Cython modules
$(make in 2>&1 | wc -l) down from 706 to 517.

Took the liberty of modernizing some of the Cython code while I was at it.
2013-01-10 18:00:21 +01:00
Alexis Mignon 4842ebb16b Unified access to 'mean_variance_axis0' for CSC and CSR matrices 2012-05-16 07:58:02 +02:00
Alexis Mignon cc01c12eb4 Regenerated with Cython 2012-05-16 07:57:51 +02:00
Alexis Mignon fb9d18d2bb Removed duplicate definition of csc_mean_variance_axis0 2012-05-16 07:57:18 +02:00
Alexis Mignon a8ed0da41d Added utility functions for csc sparse matrices 2012-05-16 07:57:09 +02:00
Olivier Grisel b2dac63feb FIX: unused cython variable 2011-12-27 10:04:53 +01:00
Olivier Grisel 1fdbbfb44b WIP: feature scaling for CSR input (lacks some tests) 2011-12-24 12:37:09 +01:00
Olivier Grisel 0cf16dc7be merge master 2011-12-23 14:28:50 +01:00
Mathieu Blondel 6e619e22bd Optimize for high dimensional data. 2011-12-21 15:56:36 +01:00
Olivier Grisel e51ceb17bb WIP: scaling CSRs 2011-12-20 15:59:28 +01:00
Olivier Grisel 494fb029cb consolidating all cython utils for sparse CSR in the same file under utils 2011-12-20 13:18:03 +01:00
Mathieu Blondel c696ad4026 Use int for indptr and indices. 2011-12-20 10:21:30 +01:00
Mathieu Blondel 8311b1bbd8 Fix bug with sparse matrices. 2011-12-19 16:28:53 +01:00
Mathieu Blondel 64adbcaddd Implement mean_variance_axis0. 2011-12-19 16:28:21 +01:00