Skip to content

Commit

Permalink
[LDA] Remove personal bucket from notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Swierczewski committed Nov 28, 2017
1 parent 205c4a6 commit 619c6e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"outputs": [],
"source": [
"bucket = '<your_s3_bucket_name_here>'\n",
"bucket = 'csw-test-bucket'\n",
"prefix = 'sagemaker/lda_introduction'\n",
"\n",
"assumed_role = boto3.client('sts').get_caller_identity()['Arn']\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@
"outputs": [],
"source": [
"bucket = '<your_s3_bucket_name_here>'\n",
"\n",
"bucket = 'csw-test-bucket'\n",
"prefix = 'sagemaker/lda_science'\n",
"\n",
"assumed_role = boto3.client('sts').get_caller_identity()['Arn']\n",
Expand Down

0 comments on commit 619c6e8

Please sign in to comment.