
Answer-first summary for fast verification
Answer: Use product type and the feature cross of latitude with longitude, followed by binning, as features. Use profit as model output.
Option C is the correct answer. Using product type and the feature cross of latitude with longitude, followed by binning, as features can help in capturing the nonlinear relationship between location and profitability. Binning helps to convert continuous values into discrete values, making it easier to perform feature crosses. Using profit as the model output is appropriate because it directly correlates with the objective of predicting profitability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are part of the data science team at a multinational beverage company, tasked with developing a machine learning model to forecast the profitability of a new line of naturally flavored bottled waters in various locations. You are given historical data that includes product types, sales volumes, expenses, and profits across all regions. Considering this information, what should you use as inputs (features) and output for your model to accurately predict profitability?
A
Use latitude, longitude, and product type as features. Use profit as model output.
B
Use latitude, longitude, and product type as features. Use revenue and expenses as model outputs.
C
Use product type and the feature cross of latitude with longitude, followed by binning, as features. Use profit as model output.
D
Use product type and the feature cross of latitude with longitude, followed by binning, as features. Use revenue and expenses as model outputs.
No comments yet.