On Thu, Mar 28, 2013 at 8:37 AM, Lars Buitinck <[email protected]> wrote:
> There's already a pull request that speeds up CountVectorizer and > returns a csr_matrix. I think we should merge it in soon. Actually, it returns a CSC matrix and we were arguing whether it should be the default output or not. I think that keeping CSC could be nice since it is the natural format for coordinate descent solvers and other estimators will do the conversion to CSR anyway. Mathieu ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
