MLS-C01 · Question #101
A manufacturer of car engines collects data from cars as they are being driven. The data collected includes timestamp, engine temperature, rotations per minute (RPM), and other sensor readings. The…
The correct answer is A. Add labels over time to indicate which engine faults occur at what time in the future to turn this. This is a supervised problem and needs labels. Can't use clustering to find when faults can happen. CNN is for images not for timeseries data here.
Question
A manufacturer of car engines collects data from cars as they are being driven. The data collected includes timestamp, engine temperature, rotations per minute (RPM), and other sensor readings. The company wants to predict when an engine is going to have a problem, so it can notify drivers in advance to get engine maintenance. The engine data is loaded into a data lake for training. Which is the MOST suitable predictive model that can be deployed into production?
Options
- AAdd labels over time to indicate which engine faults occur at what time in the future to turn this
- BThis data requires an unsupervised learning algorithm.
- CAdd labels over time to indicate which engine faults occur at what time in the future to turn this
- DThis data is already formulated as a time series.
How the community answered
(29 responses)- A93% (27)
- C3% (1)
- D3% (1)
Explanation
This is a supervised problem and needs labels. Can't use clustering to find when faults can happen. CNN is for images not for timeseries data here.
Topics
Community Discussion
No community discussion yet for this question.