scikit-learn/scikits/learn/feature_extraction
Lars Buitinck 5bdc3ab5e6 Parallel vectorizing is slower than serial
Updated comments in feature_extraction.text.

This is unfortunate, as vectorizing is the bottleneck in text
classification, esp. with fast learners such as Naive Bayes.
2011-06-20 11:37:44 +02:00
..
tests FIX: python2.5 SyntaxError 2011-05-05 09:49:57 +02:00
__init__.py ENH: import symbols on subpackage's __init__ 2010-11-22 17:05:58 +01:00
image.py BUG: fix grid_to_graph 2011-03-03 13:59:22 +01:00
text.py Parallel vectorizing is slower than serial 2011-06-20 11:37:44 +02:00