On 29 July 2013 13:31, Joel Nothman wrote:
> The calling FeatureHasher.transform() method calls
> csr_matrix.sum_duplicates on the output which will produce that
> accumulation.
> - Joel
>
Great, thanks!
--
See everythin
On 11 July 2013 18:33, Lars Buitinck wrote:
> 2013/7/11 Gad Abraham :
> > I'm very much a sklearn beginner, and I'd like to use FeatureHasher to
> > reduce the dimensionality of a numeric matrix. Any hints on how to do
> this?
> > I've seen the examples s
Hi,
I'm very much a sklearn beginner, and I'd like to use FeatureHasher to
reduce the dimensionality of a numeric matrix. Any hints on how to do this?
I've seen the examples showing how to use it with text.
Thanks,
Gad
--