Skip to content

Commit

Permalink
added clearer user input sections
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 10, 2024
1 parent c57b8c3 commit 1205ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/examples/rapids-azureml-hpo/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
"# Get a handle to the workspace\n",
"ml_client = MLClient(\n",
" credential=DefaultAzureCredential(),\n",
" subscription_id=\"fc4f4a6b-4041-4b1c-8249-854d68edcf62\",\n",
" resource_group_name=\"rapidsai-deployment\",\n",
" workspace_name=\"rapids-aml-cluster\",\n",
" subscription_id= #FILL IN WITH YOUR AZURE ML CREDENTIALS,\n",
" resource_group_name= #FILL IN WITH YOUR AZURE ML CREDENTIALS,\n",
" workspace_name= #FILL IN WITH YOUR AZURE ML CREDENTIALS,\n",
")\n",
"\n",
"print(\n",
Expand Down

0 comments on commit 1205ab9

Please sign in to comment.