- Lab
- A Cloud Guru
Linear Regression Performed Using Amazon SageMaker
Imagine you are the data engineer at your company and your company just selected AWS as the preferred cloud provider. You have been asked to train an ML model using linear learner algorithm. In this lab, you will fetch the iris data and use that as the input dataset. Once the data is split, the data is uploaded to S3 bucket. Then the Sagemaker estimator is configured before initiating the training process.
Path Info
Table of Contents
-
Challenge
Launch SageMaker Notebook
- Log in to the AWS console and navigate to AWS SageMaker.
- Load the Jupyter Notebook that has been provided with this hands-on lab.
-
Challenge
Install dependencies and import the libraries
- Load required libraries.
- Fetch the dataset from sklearn library.
-
Challenge
Download the data and upload them to S3 bucket
- Convert the downloaded data to a CSV format
- Use the
upload_file
function and upload the CSV files to S3 bucket
-
Challenge
Set up training and validation data
- Create the inputs for the
fit()
function with the training and validation location.
- Create the inputs for the
-
Challenge
Train the model
- Fetch the linear learner image according to the region.
- Setup the estimator function.
- initiate the training process using the
fit()
function.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.