Goto

Collaborating Authors

 autopilot job


Deploy Amazon SageMaker Autopilot models to serverless inference endpoints

#artificialintelligence

Amazon SageMaker Autopilot automatically builds, trains, and tunes the best machine learning (ML) models based on your data, while allowing you to maintain full control and visibility. Autopilot can also deploy trained models to real-time inference endpoints automatically. If you have workloads with spiky or unpredictable traffic patterns that can tolerate cold starts, then deploying the model to a serverless inference endpoint would be more cost efficient. Amazon SageMaker Serverless Inference is a purpose-built inference option ideal for workloads with unpredictable traffic patterns and that can tolerate cold starts. Unlike a real-time inference endpoint, which is backed by a long-running compute instance, serverless endpoints provision resources on demand with built-in auto scaling.


Add AutoML functionality with Amazon SageMaker Autopilot across accounts

#artificialintelligence

AutoML is a powerful capability, provided by Amazon SageMaker Autopilot, that allows non-experts to create machine learning (ML) models to invoke in their applications. The problem that we want to solve arises when, due to governance constraints, Amazon SageMaker resources can't be deployed in the same AWS account where they are used. This post walks through an implementation using the SageMaker Python SDK. It's divided into two sections: The solution described in this post is provided in the Jupyter notebook available in this GitHub repository. For a full explanation of Autopilot, you can refer to the examples available in GitHub, particularly Top Candidates Customer Churn Prediction with Amazon SageMaker Autopilot and Batch Transform (Python SDK).


Use integrated explainability tools and improve model quality using Amazon SageMaker Autopilot

#artificialintelligence

A few minutes later, the kernel should be started and ready to go. The following screenshot shows our results. Depending on your preference, you can either create an Autopilot job through the Studio user interface without writing a single line of code, or use the SageMaker SDK in a SageMaker notebook. The following notebook uses the SageMaker SDK to create an Autopilot job. For simplicity, we explore the no code approach using the Studio console to demonstrate these new features.