Does it makes sense with our current definition of core utils and examples. My argument is that tfidf jobs shouldn't be in utils.
On Sat, Oct 2, 2010 at 11:53 PM, Robin Anil <[email protected]> wrote: > How do you feel like moving the DictionaryVectorizer and Colloc generator > to the Core under vectorizers package instead of keeping them under utils. > FeatureEncoders will also be moved under vectorizers. I want to add a > Wrapper which takes a Vectorizer and converts input data to vectors. Its the > missing piece of the Classifier puzzle > > o.a.m.vectorizer.dictionary > o.a.m.vectorizer.hashed or something funkier? > > What do you think about this? > > Robin > > >
