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
Prerequisites
To run the notebook for this tour, you need:
-
An IAM account to sign in to Studio. For information, see Onboard to Amazon SageMaker Domain.
-
Basic familiarity with the Studio user interface and Jupyter notebooks. For information, see Amazon SageMaker Studio UI Overview.
-
A copy of the aws/amazon-sagemaker-examples
repository in your Studio environment.
To clone the repository
-
Sign in to SageMaker Studio. For users in IAM Identity Center, sign in using the URL from your invitation email. For IAM users, follow these steps.
-
Sign in to the SageMaker console
. -
Choose Control Panel in the left navigation pane.
-
Choose Launch app in the row next to your user name.
-
Choose Studio from the dropdown menu.
-
-
On the top menu, choose File then New then Terminal.
-
At the command prompt, run the following command to clone the aws/amazon-sagemaker-examples
repository. git clone https://github.com/aws/amazon-sagemaker-examples.git
To navigate to the sample notebook
-
From the File Browser on the left menu, select amazon-sagemaker-examples.
-
Navigate to the example notebook with the following path.
~/amazon-sagemaker-examples/aws_sagemaker_studio/getting_started/xgboost_customer_churn_studio.ipynb
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.