2013/7/31 Oğuz Yarımtepe <[email protected]>:
> How will i use DictVectorizer for string values above?
It won't do categorical integer coding directly. You can keep a
separate dict of the string values, say vocabulary, then feed
DictVectorizer dicts of the form
{"word": vocabulary[word], ...}
--
Lars Buitinck
Scientific programmer, ILPS
University of Amsterdam
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general