We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a2538 commit 68fe0efCopy full SHA for 68fe0ef
introduction_to_amazon_algorithms/random_cut_forest/random_cut_forest.ipynb
@@ -82,7 +82,7 @@
82
"import sys\n",
83
"\n",
84
85
- "bucket = 'sagemaker.Session().default_bucket()' # Feel free to change to another bucket you have access to\n",
+ "bucket = sagemaker.Session().default_bucket() # Feel free to change to another bucket you have access to\n",
86
"prefix = 'sagemaker/rcf-benchmarks'\n",
87
"execution_role = sagemaker.get_execution_role()\n",
88
0 commit comments