Datasaur Dinamic with Amazon SageMaker Autopilot
Introduction
Datasaur Dinamic with Amazon SageMaker lets you build and train models using Datasaur and AWS together. Your labeled data is directly connected to Amazon SageMaker to start the training process.
Quick start guide
Follow these steps to train a model with Datasaur Dinamic and Amazon SageMaker.
Setup Datasaur Dinamic extension
Create a custom row labeling project.
If the dataset is unlabeled, start by labeling part of the data first. For example, if the dataset has 20 rows, you can label 10–15 rows and automate the rest later.
Enable the Datasaur Dinamic extension from the Manage extensions dialog.

Select the AWS Sagemaker provider.

Setup an IAM role in AWS
Create IAM Policies
Open the IAM page and navigate to the Policies section.
Click Create policy.

Create the following policies:
sagemaker-limited-accesssagemaker-s3-specific-permissions
Use the provided policy examples and update the variables with your bucket information.
Create an IAM role
Go to the IAM page and navigate to the Roles section.
Click on Create role.
Select AWS account as the role type and enter the Account ID and External ID generated in the Datasaur Dinamic extension.

Select trusted entity In the Add permissions step, attach the policies created earlier.

Add permissions In step 3, complete the role creation process by entering a role name and details.
After creating the role, open the role and go to the Trust relationships tab.
Edit the trust policy and add the following statement:

After saving the changes, copy the Role ARN from the role summary and paste it into the Datasaur Dinamic extension.

Role summary
Start training
In the Datasaur Dinamic extension, enter the AWS S3 Bucket Name and the Role ARN.

Datasaur Dinamic with Amazon Sagemaker Click Train to start training with Amazon SageMaker Autopilot.

Datasaur Dinamic training progress After training is complete, the model name will appear in the extension. You can also find the trained model in your Amazon SageMaker model list.

Datasaur Dinamic model name
Last updated