Question: In the context of feature engineering, what does \'one-hot encoding\' achieve?
Options:
Correct Answer: Converts categorical variables into a numerical format
Solution:
One-hot encoding converts categorical variables into a numerical format by creating binary columns for each category, allowing algorithms to process them effectively.