1. GarcÃa, S., Luengo, J., & Herrera, F. (2015). Data Preprocessing in Data Mining. Springer International Publishing. In Chapter 2, "Data Preparation," Section 2.3, "Data Transformation," the authors detail methods like normalization, attribute construction, and discretization used to change data into forms appropriate for mining algorithms. This directly relates to getting data into the "right shape and format." (DOI: 10.1007/978-3-319-10247-4)
2. Aggarwal, C. C. (2015). Data Mining: The Textbook. Springer. Chapter 2, "Data Preparation," outlines the critical steps in the data preprocessing pipeline, emphasizing that transformation is essential to make raw data suitable for analysis and modeling. It covers converting data to a uniform format for effective algorithm application. (DOI: 10.1007/978-3-319-14142-8)
3. Stanford University. (n.d.). CS229 Machine Learning Course Notes: Advice for Applying Machine Learning. The notes emphasize the critical importance of feature engineering and scaling, which are core data transformation activities. Section 1 discusses that the choice and representation of features (i.e., the data's shape and format) are paramount for a successful machine learning project. (URL: http://cs229.stanford.edu/notes2020spring/cs229-notes-advice.pdf, Page 1)