Only if the general rules of thumbs are fulfilled then will I engage to further. The general problem solving process goes as follows for me:
Identify clearly the problems.
Translate the problems into a more concrete statement.
Gather data
Perform exploratory data analysis
Determine the correct machine learning solution to use
Build a model.
Train the model.
Test the model.
Throughout the chapters in this book, the pattern above will be followed. The exploratory data analysis sections will be only done for the first few chapters. It's implicit that those would have been done in the later chapters.
I have attempted to be clear in the section headings on what exactly are we trying to solve, but writing is a difficult task, so I may miss some.