Feature Hashing

Issues:

  1. The main issues with feature hashing is the collision. There is a memory vs performance tradeoff. By increasing memory, you are gaining performance (less collision) at the cost of high memory.

References


Related Notes