Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A practical guide covering machine learning fundamentals, including data preprocessing and categorical feature encoding, with clear explanations of data types.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A foundational textbook offering a rigorous statistical treatment of machine learning, including discussions on data types and their implications for model building. (2nd edition)
Preprocessing data, Scikit-learn Developers, 2024 - The official documentation for Scikit-learn's preprocessing module, providing practical guidance on encoding categorical features and the different approaches for nominal and ordinal data.