nerdexam
Amazon

MLS-C01 · Question #117

A Machine Learning Specialist is assigned to a Fraud Detection team and must tune an XGBoost model, which is working appropriately for test data. However, with unknown data, it is not working as…

The correct answer is B. Lower the max_depth parameter value. Lower min_child_weight, the tree becomes more deep and complex. Increase min_child_weight, the tree will have less branches and less complexity.

Modeling

Question

A Machine Learning Specialist is assigned to a Fraud Detection team and must tune an XGBoost model, which is working appropriately for test data. However, with unknown data, it is not working as expected. The existing parameters are provided as follows. Which parameter tuning guidelines should the Specialist follow to avoid overfitting?

Exhibit

MLS-C01 question #117 exhibit

Options

  • AIncrease the max_depth parameter value.
  • BLower the max_depth parameter value.
  • CUpdate the objective to binary:logistic.
  • DLower the min_child_weight parameter value.

How the community answered

(48 responses)
  • A
    4% (2)
  • B
    83% (40)
  • C
    2% (1)
  • D
    10% (5)

Explanation

Lower min_child_weight, the tree becomes more deep and complex. Increase min_child_weight, the tree will have less branches and less complexity.

Topics

#XGBoost#Overfitting#Hyperparameter Tuning#Regularization

Community Discussion

No community discussion yet for this question.

Full MLS-C01 Practice