Question 257:
You work as a machine learning specialist for an analytics firm that produces machine learning models for clients that want to purchase data analysis on things like estimates for efficacy of advertising campaigns. You are currently working on an estimator for the effectiveness of a proposed direct mailing campaign. You have gathered your data, performed feature engineering and chosen the XGBoost algorithm for your model. Now you are ready to tune your hyperparameters for your model training. Which configuration strategy will give you the best model performance?
Answer options:
A.Large learning rate, small number of estimators, without early stopping. B.Large learning rate, large number of estimators, with early stopping. C.Small learning rate, large number of estimators, with early stopping. D.Small learning rate, large number of estimators, without early stopping.