Skip to content

Commit 5a8d119

Browse files
authored
Merge pull request aws#71 from awslabs/lda_topic_modeling
[LDA] Fix minor typos
2 parents 3287469 + bed1342 commit 5a8d119

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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
{

introduction_to_amazon_algorithms/lda_topic_modeling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
An introductory notebook on using Amazon SageMaker to train and use LDA models.
44

55
<p align="center">
6-
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_documents.png">
7-
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_topics.png">
6+
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_documents.png">
7+
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_topics.png">
88
</p>
99

1010
## References

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
{

scientific_details_of_algorithms/lda_topic_modeling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
A scientific deep dive on Amazon SageMaker for training and using LDA models.
44

55
<p align="center">
6-
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/scientific_details_of_algorithms/lda_topic_modeling/img/img_documents.png">
7-
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/scientific_details_of_algorithms/lda_topic_modeling/img/img_topics.png">
6+
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/scientific_details_of_algorithms/lda_topic_modeling/img/img_documents.png">
7+
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/scientific_details_of_algorithms/lda_topic_modeling/img/img_topics.png">
88
</p>
99

1010
## References

0 commit comments

Comments
 (0)