Question 244:
You are a machine learning specialist at a large financial services firm. You are building a machine learning model to manage risk for your firm using data from your traders daily trading activity. You are in the stage of your model development where you need to provide jupyter notebooks to your development team that they can use in SageMaker Studio. Your developers need to use the Scala kernel based on the Almond Scala Kernel as their development environment in their jupyter notebooks. How can you provide the required development environment to your developers for their jupyter notebooks in the most efficient manner?
Answer options:
A.Allow the developers to select the Scala kernel based on the Almond Scala Kernel from the list of included SageMaker images available in SageMaker studio. B.Create a custom SageMaker image based on an AMI that includes the Scala kernel based on the Almond Scala Kernel and attach the image to your SageMaker domain. C.Create a custom SageMaker docker image using the Scala kernel based on the Almond Scala Kernel SageMaker custom image sample and attach the image to each user’s profile. D.Create a custom SageMaker docker image using the Scala kernel based on the Almond Scala Kernel SageMaker custom image sample and attach the image to the SageMaker domain.