Definition
Feature engineering is the process of creating, selecting, and transforming the variables (features) that feed an ML model. For example, from an order date you can derive features like day of the week, month, distance to the nearest holiday. It is often the factor that makes the difference between a mediocre and an excellent model in business applications.
Related terms
EXPLORE