Amazon SageMaker Studio Classic Tour
Important
As of November 30, 2023, the previous Amazon SageMaker Studio experience is now named Amazon SageMaker Studio Classic. The following section is specific to using the Studio Classic application. For information about using the updated Studio experience, see Amazon SageMaker Studio.
For a walkthrough that takes you on a tour of the main features of Amazon SageMaker Studio Classic, 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 Amazon SageMaker domain overview.
-
Basic familiarity with the Studio user interface and Jupyter notebooks. For information, see Amazon SageMaker Studio Classic UI Overview.
-
A copy of the aws/amazon-sagemaker-examples
repository in your Studio environment.
To clone the repository
-
Launch Studio Classic following the steps in Launch Amazon SageMaker Studio Classic For users in IAM Identity Center, sign in using the URL from your invitation email.
-
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
GitHub 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
-
Follow the notebook to learn about Studio Classic'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.