A real estate company is developing an ML model to predict house prices by using sales and marketing data. The company wants to use feature engineering to build a model that makes accurate predictions. Which approach will meet these requirements?
- AUnderstand patterns by providing data visualization.
- BTune the modelβs hyperparameters.
- CCreate or select relevant features for model training. (correct answer)
- DCollect data from multiple sources.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Create or select relevant features for model training.