Feature Hashing for Large Scale Multitask Learning, Kilian Weinberger, Anirban Dasgupta, John Langford, Alex Smola, Josh Attenberg, 2009Proceedings of the 26th International Conference on Machine Learning (ICML)DOI: 10.1145/1553374.1553428 - A foundational paper that introduces the concept of the "hashing trick" for dimensionality reduction in large-scale machine learning.
HashingEncoder, category_encoders Developers, 2023 - Official documentation for the HashingEncoder implementation, providing practical details, parameters, and usage examples within the Python ecosystem.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2019 (O'Reilly Media) - A practical guide covering various machine learning concepts, including feature engineering techniques like categorical encoding, suitable for hands-on application.