Question: In feature engineering, what does \'one-hot encoding\' achieve?
Options:
Correct Answer: It converts categorical variables into a numerical format
Solution:
One-hot encoding transforms categorical variables into a binary matrix, making them suitable for machine learning algorithms.