On 08/14/2013 11:56 AM, abhishek wrote: > hi, > > Is there a classifier in scikit-leran that suports bag of feature vectors? All classifiers work on numpy arrays, and many work on scipy sparse matrices. What is special about bag of feature representations that makes you ask this question?
Cheers, Andy ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
