Skip to content

AutoML feature in SageMaker Unified Studio

0

I would like to use the AutoML feature in SageMaker Unified Studio and have the following questions:

  1. Is it possible to use AutoML directly via the UI within Unified Studio? (Can all the features available in Canvas’s AutoML UI be used within Unified Studio as well?)

  2. Without using an S3 bucket, I have connected an external database (PostgreSQL). Is it possible to use AutoML with data from that database? (Since I am using SageMaker without S3 permissions, I need to confirm whether AutoML can be used without relying on S3.)

  3. In Unified Studio, AutoML can only be run using data stored in S3. In contrast, is it possible to connect to other databases (e.g., PostgreSQL) and run AutoML in Canvas?

  4. Additionally, since I’m unable to open the Unified Studio domain in Canvas, does that mean I need to create a separate domain specifically for Canvas in order to use it?

1 Answer
1

Regarding your questions about AutoML in SageMaker Unified Studio:

  1. In the new Amazon SageMaker Unified Studio, the Autopilot UI (AutoML) has been integrated into the SageMaker Canvas application. The classic Autopilot UI that existed as a standalone feature in Studio Classic is no longer available directly in the updated Studio experience. To use AutoML capabilities via a user interface, you'll need to use the SageMaker Canvas application within Unified Studio. Canvas provides a no-code AutoML experience for tasks such as data preparation, feature engineering, algorithm selection, training, tuning, and inference.

If you prefer to use Autopilot as you did before, you have two options:

  • Continue using the Autopilot UI in Studio Classic (the previous Studio experience)
  • Use the AutoML API references in any supported SDK if you have coding experience
  1. Regarding using AutoML with data from your PostgreSQL database without S3 permissions: The documentation provided doesn't specifically address using AutoML with direct database connections without S3. The examples shown in the documentation for AutoML jobs typically reference S3 locations for input data (training and validation). The AutoML step in pipelines, for instance, requires inputs to be specified as S3 locations.

Based on the available information, it appears that S3 is the standard storage mechanism for AutoML jobs in SageMaker. If you're using SageMaker without S3 permissions, you might face limitations when trying to use AutoML features, as the standard workflow seems to involve S3 for data storage.
Sources
Amazon SageMaker Unified Studio - Autopilot & Model Monitor | AWS re:Post
Migrate the UI from Studio Classic to Studio - Amazon SageMaker AI
Add a step - Amazon SageMaker AI
Automated ML, no-code, or low-code - Amazon SageMaker AI
AutoML - Automated Machine Learning - Amazon Web Services

answered a year ago

EXPERT

reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.