AWS Certified Machine Learning – Specialty — Question 218

A bank wants to use a machine learning (ML) model to predict if users will default on credit card payments. The training data consists of 30,000 labeled records and is evenly balanced between two categories. For the model, an ML specialist selects the Amazon SageMaker built-in XGBoost algorithm and configures a SageMaker automatic hyperparameter optimization job with the Bayesian method. The ML specialist uses the validation accuracy as the objective metric.

When the bank implements the solution with this model, the prediction accuracy is 75%. The bank has given the ML specialist 1 day to improve the model in production.

Which approach is the FASTEST way to improve the model's accuracy?

Answer options

Correct answer: C

Explanation

The fastest way to improve the model's accuracy is by running a SageMaker warm start hyperparameter tuning job, as indicated in option C. This approach allows the model to leverage the results from the previous tuning job while staying focused on the previously established objective metric. Options A and B suggest methods that may take longer, and option D changes the objective metric, potentially complicating the optimization process and causing delays.