Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A comprehensive book that covers practical feature engineering and preprocessing techniques, including those discussed in this section, with Python libraries.
Preprocessing data, scikit-learn developers, 2024 - The official scikit-learn user guide describing various data preprocessing methods, including how to generate polynomial and interaction features.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A useful text for data wrangling and transformation using Pandas, directly relevant to the Python code examples shown for feature construction.