DY0-001 · Question #71
A data scientist is building a model to predict customer credit scores based on information collected from reporting agencies. The model needs to automatically adjust its parameters to adapt to…
The correct answer is D. XGBoost. XGBoost supports "warm-start" incremental training, continuing to refine the existing ensemble with new data, so it can automatically update its parameters as new agency information arrives. The other methods require full retraining to incorporate recent changes.
Question
A data scientist is building a model to predict customer credit scores based on information collected from reporting agencies. The model needs to automatically adjust its parameters to adapt to recent changes in the information collected. Which of the following is the best model to use?
Options
- ADecision tree
- BRandom forest
- CLinear discrimination analysis
- DXGBoost
How the community answered
(45 responses)- A13% (6)
- B7% (3)
- C22% (10)
- D58% (26)
Explanation
XGBoost supports "warm-start" incremental training, continuing to refine the existing ensemble with new data, so it can automatically update its parameters as new agency information arrives. The other methods require full retraining to incorporate recent changes.
Topics
Community Discussion
No community discussion yet for this question.