MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

MACHINE LEARNING PIPELINE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A Data Scientist wants to tune the hyperparameters of a machine learning model to improve the model’s F1 score.Which technique CANNOT be used in Amazon SageMaker to solve this problem?
A
Grid Search
B
Random Search
C
Bayesian optimization
D
None of the above
Explanation: 

Detailed explanation-1: -Built-in integration with SageMaker Jumpstart and SageMaker Autopilot. SageMaker Automatic Model Tuning is integrated into SageMaker JumpStart, providing one-click fine tuning and deployment of a wide variety of pretrained models across ML tasks, algorithms, and solutions for common business problems.

Detailed explanation-2: -A hyperparameter tuning job finds the best version of a model by running many training jobs on your dataset using the algorithm and ranges of hyperparameters that you specify. It then chooses the hyperparameter values that result in a model that performs the best, as measured by a metric that you choose.

There is 1 question to complete.