Feature engineering
Correct. Feature engineering is the work of processing raw data to design and create input variables (features) that help prediction. For example, deriving a day of week or start-of-month flag from a date, extracting a prefecture from an address, or aggregating the number of purchases in the last 30 days from purchase history creates new variables that are easier for the model to learn from. Good features greatly influence model accuracy.