Question: What is the purpose of one-hot encoding in feature engineering?
Options:
Correct Answer: To convert categorical variables into a numerical format
Solution:
One-hot encoding is used to convert categorical variables into a numerical format, allowing them to be used in machine learning algorithms.