exam questions

Exam DY0-001 All Questions

View all questions & answers for the DY0-001 exam

Exam DY0-001 topic 1 question 49 discussion

Actual exam question from CompTIA's DY0-001
Question #: 49
Topic #: 1
[All DY0-001 Questions]

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?

  • A. Decision tree
  • B. Random forest
  • C. Linear discrimination analysis
  • D. XGBoost
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SuntzuLegacy
1 month, 1 week ago
Selected Answer: D
Out of the listed options, XGBoost is generally the most straightforward to retrain incrementally (i.e., continuing from where it left off). While none of the four are “online” algorithms in the strictest sense, XGBoost provides a “warm start” capability that lets you update or fine-tune an existing model rather than retraining entirely from scratch. This makes it better suited to adapting more frequently to new data compared to a standard decision tree, random forest, or LDA approach.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...