Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (25 loc) · 2.51 KB

gs-studio-end-to-end.md

File metadata and controls

43 lines (25 loc) · 2.51 KB

Amazon SageMaker Studio Tour

For a walkthrough that takes you on a tour of the main features of Amazon SageMaker Studio, see the xgboost_customer_churn_studio.ipynb sample notebook from the aws/amazon-sagemaker-examples GitHub repository. The code in the notebook trains multiple models and sets up the SageMaker Debugger and SageMaker Model Monitor. The walkthrough shows you how to view the trials, compare the resulting models, show the debugger results, and deploy the best model using the Studio UI. You don't need to understand the code to follow this walkthrough.

Prerequisites

To run the notebook for this tour, you need:

To clone the repository

  1. Sign in to Studio. For users in IAM Identity Center, sign in using the URL from your invitation email. For IAM users, follow these steps.

    1. Sign in to the SageMaker console.

    2. Choose Studio in the left navigation pane.

    3. Under Get Started, select your domain and user profile.

    4. Choose Open Studio.

  2. On the top menu, choose File, then New, then Terminal.

  3. At the command prompt, run the following command to clone the aws/amazon-sagemaker-examples GitHub repository.

    $ git clone https://github.com/aws/amazon-sagemaker-examples.git
    

To navigate to the sample notebook

  1. From the File Browser on the left menu, select amazon-sagemaker-examples.

  2. Navigate to the example notebook with the following path.

    ~/amazon-sagemaker-examples/aws_sagemaker_studio/getting_started/xgboost_customer_churn_studio.ipynb

  3. Follow the notebook to learn about Studio's main features.

Note
If you encounter an error when you run the sample notebook, and some time has passed from when you cloned the repository, review the notebook on the remote repository for updates.