Skip to content

Commit 40e6338

Browse files
authored
Edit raw URLs to use main branch (aws#3141)
1 parent 45a6d61 commit 40e6338

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patterns/ml_gateway/ml-gateway.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
"print(f\"Region: {region}\\nBucket: {bucket}\\nPrefix: {prefix}\\n\")\n",
153153
"\n",
154154
"# Data source location\n",
155-
"claims_url = \"https://raw.githubusercontent.com/aws/amazon-sagemaker-examples/master/end_to_end/fraud_detection/data/claims_preprocessed.csv\"\n",
156-
"customers_url = \"https://raw.githubusercontent.com/aws/amazon-sagemaker-examples/master/end_to_end/fraud_detection/data/customers_preprocessed.csv\"\n",
155+
"claims_url = \"https://raw.githubusercontent.com/aws/amazon-sagemaker-examples/main/end_to_end/fraud_detection/data/claims_preprocessed.csv\"\n",
156+
"customers_url = \"https://raw.githubusercontent.com/aws/amazon-sagemaker-examples/main/end_to_end/fraud_detection/data/customers_preprocessed.csv\"\n",
157157
"\n",
158158
"# Feature Store parameters\n",
159159
"claims_feature_group_name = \"claims-feature-group\"\n",

sagemaker_model_monitor/visualization/SageMaker-Model-Monitor-Visualize.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"metadata": {},
4545
"outputs": [],
4646
"source": [
47-
"!wget https://raw.githubusercontent.com/awslabs/amazon-sagemaker-examples/master/sagemaker_model_monitor/visualization/utils.py\n",
47+
"!wget https://raw.githubusercontent.com/awslabs/amazon-sagemaker-examples/main/sagemaker_model_monitor/visualization/utils.py\n",
4848
"\n",
4949
"import utils as mu"
5050
]

0 commit comments

Comments
 (0)