Skip to content

Commit 619c6e8

Browse files
author
Chris Swierczewski
committed
[LDA] Remove personal bucket from notebook
1 parent 205c4a6 commit 619c6e8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

introduction_to_amazon_algorithms/lda_topic_modeling/LDA-Introduction.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
"outputs": [],
121121
"source": [
122122
"bucket = '<your_s3_bucket_name_here>'\n",
123-
"bucket = 'csw-test-bucket'\n",
124123
"prefix = 'sagemaker/lda_introduction'\n",
125124
"\n",
126125
"assumed_role = boto3.client('sts').get_caller_identity()['Arn']\n",

scientific_details_of_algorithms/lda_topic_modeling/LDA-Science.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@
100100
"outputs": [],
101101
"source": [
102102
"bucket = '<your_s3_bucket_name_here>'\n",
103-
"\n",
104-
"bucket = 'csw-test-bucket'\n",
105103
"prefix = 'sagemaker/lda_science'\n",
106104
"\n",
107105
"assumed_role = boto3.client('sts').get_caller_identity()['Arn']\n",

0 commit comments

Comments
 (0)