Skip to content

Commit 394ecc8

Browse files
Updated notebooks and added Pandas functionalities (#43) (#44)
* updated notebook and added Pandas functionalities * minor fixes in profiler_generic_dashboard.ipynb Co-authored-by: Nathalie Rauschmayr <[email protected]>
1 parent 541bcbb commit 394ecc8

File tree

2 files changed

+307
-12
lines changed

2 files changed

+307
-12
lines changed

examples/profiler/aws_sagemaker_profiler_example.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# AWS SageMaker Profiler Example\n",
7+
"# Amazon SageMaker Profiler Example\n",
88
"\n",
99
"This notebook will walk you through creating a training job with the profiler feature enabled.\n",
1010
"\n",
@@ -141,7 +141,7 @@
141141
"source": [
142142
"training_job_name = estimator.latest_training_job.name\n",
143143
"print(f\"Training jobname:{training_job_name} and region:{region}\")\n",
144-
"print(\"Run notebook ../profiler/profiler_generic_dashboard.ipynb with parameters training_job_name:{training_job_name} and region:{region} \")"
144+
"print(f\"Run notebook ../profiler/profiler_generic_dashboard.ipynb with parameters training_job_name:{training_job_name} and region:{region} \")"
145145
]
146146
}
147147
],
@@ -161,7 +161,7 @@
161161
"name": "python",
162162
"nbconvert_exporter": "python",
163163
"pygments_lexer": "ipython3",
164-
"version": "3.6.10"
164+
"version": "3.7.7"
165165
}
166166
},
167167
"nbformat": 4,

0 commit comments

Comments
 (0)