Question 91 of 280
Single answerYou work on the data science team for a multinational beverage company. You need to develop an ML model to predict the company’s profitability for a new line of naturally flavored bottled waters in different locations. You are provided with historical data that includes product types, product sales volumes, expenses, and profits for all regions. What should you use as the input and output for your model?
AUse latitude, longitude, and product type as features. Use profit as model output.
BUse latitude, longitude, and product type as features. Use revenue and expenses as model outputs.
✓CUse product type and the feature cross of latitude with longitude, followed by binning, as features. Use profit as model output.
DUse product type and the feature cross of latitude with longitude, followed by binning, as features. Use revenue and expenses as model outputs.
✓
Correct Answer: C
Use product type and the feature cross of latitude with longitude, followed by binning, as features. Use profit as model output.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.