How to further improve Sagemaker Canvas Model Score?

0

Hi,

I've started exploring and using Sage Maker canvas upon the pilot launch of the service a few months back. I wanted to ask if there's anyway I can further improve my model performance apart from what's available in the canvas console?

Janice

Janice
asked 2 years ago290 views
1 Answer
1
Accepted Answer

Hi Janice,

Given that Canvas is a no-code tool that abstracts and automate most of the model training process. Model tuning and training performance are mostly limited to the amount of data + your features selection when you train the model.

Nonetheless, one key option you can adopt in improving your score is at the pre-processing stage (i.e feature engineering). Assuming you aren't a technical developer, you can explore the use of AWS Data Brew.

AWS Glue DataBrew is a no-code visual data preparation tool that makes it easy for data analysts and data scientists to clean and normalize data to prepare it for analytics and machine learning. You can choose from over 250 pre-built transformations to automate data preparation tasks, all without the need to write any code. You can automate filtering anomalies, converting data to standard formats, and correcting invalid values, and other tasks. After your data is ready, you can immediately use it for analytics and machine learning projects.

In your case, you can store your initial data in S3 and have databrew performs feature engineering on it before writing it back to S3 again. From there, you can import the processed data back into Canvas and build your model from there. This should gives you a better score compared to building your model directly using the initial raw data.

Data Brew Getting Started guide : Link

Cheers.

Vincent

AWS
answered 2 years ago
profile picture
EXPERT
reviewed a month 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.

Guidelines for Answering Questions