On Thu, Nov 17, 2011 at 4:07 PM, SK Sn <[email protected]> wrote: > @Mathieu, is this the case only for Ridge? kNN, NB, linearSVC do not have > such a behavior. > If for Ridge, different solvers are used, which result should I refer to as > result from Ridge?
Since you're doing text classification, I would report the results for the sparse one. (As Olivier pointed out, you can't hope to use a dense representation with a larger dataset anyway) Mathieu ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
