Question 175:
You work as a machine learning specialist for a scientific instruments company. Your machine learning team has been assigned the task of developing a machine learning model that optimizes the electronic components in the production line to the current product development lifecycle. You have built your model using the XGBoost SageMaker built-in algorithm. You are now in the process of tuning the model hyperparameters. In your hyperparameter job, you have chosen the num_class, num_round, alpha, booster, early_stopping_rounds, min_child_weight, subsample, eta, and num_round hyperparameters to use in your optimization. When running your hyperparameter tuning job, you have noticed that the computational complexity of a hyperparameter tuning job is high. You are getting suboptimal results. Which option should you implement to get better results from your hyperparameter tuning job?
Answer options:
A.Reduce the number of hyperparameters in your optimization by removing the alpha hyperparameter from your hyperparameter tuning job. B.Reduce the number of hyperparameters in your optimization by removing the eta hyperparameter from your hyperparameter tuning job. C.Adjust the range of values for each of the hyperparameters to a smaller range of values. D.Adjust the range of values for each of the hyperparameters to a larger range of values.