Skip to content

Commit e78cc9d

Browse files
author
Chris Swierczewski
committed
Fix minor typos in markdown cells
1 parent 045a68b commit e78cc9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

introduction_to_amazon_algorithms/lda_topic_modeling/LDA-Introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"job_name = job_name_prefix + timestamp\n",
328328
"\n",
329329
"\n",
330-
"# set up the parameters for the SageMaker create_raining_job call. This includes\n",
330+
"# set up the parameters for the SageMaker create_training_job call. This includes\n",
331331
"# things like\n",
332332
"# * which algorithm image to use\n",
333333
"# * algorithm hyperparameters\n",
@@ -519,7 +519,7 @@
519519
"source": [
520520
"## Create Endpoint\n",
521521
"\n",
522-
"Finally, we use the endpoint configuration to create a SageMaker LDA hosting enpoint."
522+
"Finally, we use the endpoint configuration to create a SageMaker LDA hosting endpoint."
523523
]
524524
},
525525
{

scientific_details_of_algorithms/lda_topic_modeling/LDA-Science.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
"job_name = job_name_prefix + timestamp\n",
550550
"\n",
551551
"\n",
552-
"# set up the parameters for the SageMaker create_raining_job call. This includes\n",
552+
"# set up the parameters for the SageMaker create_training_job call. This includes\n",
553553
"# things like\n",
554554
"# * which algorithm image to use\n",
555555
"# * algorithm hyperparameters\n",
@@ -824,7 +824,7 @@
824824
"source": [
825825
"## Create Endpoint\n",
826826
"\n",
827-
"Finally, we use the endpoint configuration to create a SageMaker LDA hosting enpoint."
827+
"Finally, we use the endpoint configuration to create a SageMaker LDA hosting endpoint."
828828
]
829829
},
830830
{

0 commit comments

Comments
 (0)