On Sat, Mar 22, 2014 at 05:05:50PM -0400, Anitha Gollamudi wrote: > Also do you suggest using HashingVectorizer for feature extraction? (I > am doing a document classification for wiki data set)
>From what I understand of your problem, yes. Have a look at the following example: http://scikit-learn.org/dev/auto_examples/applications/plot_out_of_core_classification.html Gaƫl ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
