DY0-001 · Question #28
A data scientist is designing a real-time machine-learning model that classifies a user based on initial behavior. The run times of these models are provided in the following table: Which of the…
The correct answer is B. Random forest. For a real-time application, inference latency is critical. Although its accuracy (88%) is slightly lower than the others, the random forest's 1-minute run time is by far the fastest, making it the only model capable of meeting real-time responsiveness.
Question
A data scientist is designing a real-time machine-learning model that classifies a user based on initial behavior. The run times of these models are provided in the following table:
Which of the following models should the data scientist recommend for deployment?
Exhibit
Options
- AXGBoost
- BRandom forest
- CDecision trees
- DArtificial neural network
How the community answered
(52 responses)- A12% (6)
- B81% (42)
- C6% (3)
- D2% (1)
Explanation
For a real-time application, inference latency is critical. Although its accuracy (88%) is slightly lower than the others, the random forest's 1-minute run time is by far the fastest, making it the only model capable of meeting real-time responsiveness.
Topics
Community Discussion
No community discussion yet for this question.
