Feature engineering is where domain knowledge enters a model through the data. Instead of giving the model only raw fields, you create signals that make the useful structure easier to discover.
In customer modelling, this might mean turning event logs into call counts, recency flags, price percentiles, local market aggregates, or missingness indicators. The goal is not to hand-code the answer, but to expose the right clues in a form the model can use.
