Preprocessing data, scikit-learn developers, 2023 - Essential guide to data transformations in Scikit-learn, covering OrdinalEncoder, OneHotEncoder, and the use of ColumnTransformer within pipelines for categorical feature processing.
Working with categorical data, pandas development team, 2023 - Provides detailed explanations on handling categorical data types in Pandas, including methods for mapping and one-hot encoding using get_dummies.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - Third edition of a practical guide covering data preprocessing, including categorical feature encoding techniques using Python's Scikit-learn and Pandas libraries.
Categorical Feature Encoding for Tabular Data: A Survey, Meng Zhang, Yanan Song, Wenjun Mao, Guohua Cao, and Shijie Hao, 2023IEEE Transactions on Knowledge and Data Engineering, Vol. 35 (IEEE)DOI: 10.1109/TKDE.2022.3204918 - A comprehensive review of various categorical feature encoding methods, discussing their strengths, weaknesses, and applicability in different machine learning contexts.