Feature Engineering for Machine Learning: Principles and Techniques for Data Scientists, Alice Zheng, Amanda Casari, 2018 (O'Reilly Media) - A comprehensive book chapter covering various categorical encoding techniques, including strategies for handling high-cardinality features like rare category grouping, target encoding with regularization, hashing, and binary encoding.
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) (ACM)DOI: 10.1145/1553374.1553516 - A foundational research paper that introduces and elaborates on the feature hashing technique, demonstrating its effectiveness for large-scale machine learning applications.