2013/3/28 Lars Buitinck <[email protected]>: > 2013/3/28 Olivier Grisel <[email protected]>: >> This is a very old class. It was removed from the lib a long time ago >> because it was not consistent with the standard public API. > > ... we actually had a hashing trick implementation before? Now I'm surprised.
Yes we had :) It was not based on murmurhash but on the default python hash function. It had a couple of more advanced stuff such as the ability to have multiple probes to mitigate bad collisions as the Mahout hashing vectorizer but was not as customizable as the current vectorizer. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
