Question 59:
You work as a machine learning specialist for an eyewear manufacturing plant. There you have used XGBoost to train a model that uses assembly line image data to categorize contact lenses as malformed or correctly formed. You have engineered your data and used CSV as your Training ContentType. You are now ready to deploy your model using the Amazon SageMaker hosting service. Assuming you used the default configuration settings, which of the following are true statements about your hosted model? (Select THREE)
Answer options:
A.The training instance class is multiple-instance GPU. B.The algorithm is not parallelizable for distributed training. C.The training data target value should be in the first column of the CSV with no header. D.The training data target value should be in the last column of the CSV with no header. E.The inference data target value should be in the first column of the CSV with no header. F.The inference CSV data has no label column. G.The training instance class is CPU.