Feature Engineering for Machine Learning, Alice Zheng, Amanda Casari, 2018 (O'Reilly Media) - This book provides practical strategies for creating effective features, including methods for handling missing data and the use of indicator variables.
Imputation of missing values, scikit-learn developers, 2023 - Official documentation for the sklearn.impute module, describing various imputation strategies and the add_indicator parameter.
Applied Predictive Modeling, Max Kuhn and Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - This book offers practical guidance on building predictive models, with sections on data preprocessing and handling missing values.
A Review on Missing Data Imputation in Machine Learning, Md. Imran Hossain, Md. Asraful Islam, Md. Abdul Mukit, Sheikh Abujar, and Mohammad Shidujaman, 2021SN Computer Science, Vol. 2 (Springer)DOI: 10.1007/s42979-021-00762-7 - This review article surveys various missing data imputation techniques, offering insights into scenarios where indicator variables are beneficial.