Skip to content

Commit 2495e71

Browse files
Update HPO_Analyze_TuningJob_Results.ipynb on where to retrieve a HP job (#1637)
* Update HPO_Analyze_TuningJob_Results.ipynb Adding instructions on where to find the hyperparameter jobs needed as input. * Update hyperparameter_tuning/analyze_results/HPO_Analyze_TuningJob_Results.ipynb Co-authored-by: Aaron Markham <[email protected]>
1 parent 7f97b4d commit 2495e71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hyperparameter_tuning/analyze_results/HPO_Analyze_TuningJob_Results.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"region = boto3.Session().region_name\n",
3131
"sage_client = boto3.Session().client('sagemaker')\n",
3232
"\n",
33+
"## You must have already run a hyperparameter tuning job to analyze it here.\n",
34+
"## The Hyperparameter tuning jobs you have run are listed in the Training section on your SageMaker dashboard.\n",
35+
"## Copy the name of a completed job you want to analyze from that list.\n",
36+
"## For example: tuning_job_name = 'mxnet-training-201007-0054'.\n",
3337
"tuning_job_name = 'YOUR-HYPERPARAMETER-TUNING-JOB-NAME'"
3438
]
3539
},

0 commit comments

Comments
 (0)