MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

MACHINE LEARNING PIPELINE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You are tasked to answer whether a company should email a particular customer based on past customer responses to a marketing campaign. You will create this machine learning model using XGBoost.What Amazon SageMaker option should the company use to train their ML models that reduces the management and automates the pipeline for future retraining?
A
Create and train your XGBoost algorithm on your local laptop and then use an Amazon SageMaker endpoint to host the ML model.
B
Use Amazon in-built algorithms to run the training and inference jobs.
C
Use the Build Your Own Container (BYOC) Amazon SageMaker option. Create a new Docker container with the existing code. Register the container in Amazon Elastic Container Registry (ECR). Finally, run the training and inference jobs using this container.
D
Create a new Amazon SageMaker notebook instance. Copy the existing code into an Amazon SageMaker notebook. Then, run the pipeline from this notebook.
Explanation: 

Detailed explanation-1: -A machine learning pipeline is the end-to-end construct that orchestrates the flow of data into, and output from, a machine learning model (or set of multiple models). It includes raw data input, features, outputs, the machine learning model and model parameters, and prediction outputs.

There is 1 question to complete.