Skip to content

Commit 68fe0ef

Browse files
authored
fix bucket line (#1559)
1 parent d6a2538 commit 68fe0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_amazon_algorithms/random_cut_forest/random_cut_forest.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"import sys\n",
8383
"\n",
8484
"\n",
85-
"bucket = 'sagemaker.Session().default_bucket()' # Feel free to change to another bucket you have access to\n",
85+
"bucket = sagemaker.Session().default_bucket() # Feel free to change to another bucket you have access to\n",
8686
"prefix = 'sagemaker/rcf-benchmarks'\n",
8787
"execution_role = sagemaker.get_execution_role()\n",
8888
"\n",

0 commit comments

Comments
 (0)