Commit Graph

18 Commits

Author SHA1 Message Date
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Lars Buitinck b37791bab9 ENH cut MiniBatchKMeans memory usage in half for large n_clusters
Also, changed logging message to reflect the (public) class that is logging,
not the (private) function.

New Cython code lives in utils.sparsefuncs, because it may prove more
generally useful.
2013-03-13 15:23:50 +01:00
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
Mathieu Blondel f6729848c4 Unused import. 2012-05-21 12:55:34 +09: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 520e48eb1b Corrected doctring: CSR -> CSC 2012-05-16 07:57:49 +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 e57aa2af6f tmp -> diff 2011-12-19 17:22:40 +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