Navigation: <-- Part III: Data Understanding | Main Index | Part V: 1st Pass - Supervised Learning -->
Part IV: Data Preparation
Raw data rarely arrives ready for modeling. This part covers foundational preparation steps: transforming and encoding attributes, handling missing values and structural errors. These operations run before training a model, but are often informed by both EDA insights AND your modeling intent. Therefore, this part sits between EDA and modeling.
Nuggets in This Part
Script v1.4 (2026-06-10) · FGN