Applied Predictive Modeling, Max Kuhn and Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - This resource offers practical guidance on preparing data for predictive models, with sections specifically covering the handling of categorical predictors and their impact on model performance.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - While more focused on programming with Python, this book explains data types and the necessity of data transformation, including categorical data, as a precursor to machine learning. It provides a practical context for these preprocessing steps.