Skip to content

Commit 5a060b4

Browse files
committed
fix typo
1 parent 877d55e commit 5a060b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/core/get_started/eager.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,9 @@
741741
"source": [
742742
"### Setup the test dataset\n",
743743
"\n",
744-
"Evaluating the model is similiar to training the model. The biggest difference is the examples come from a separate *[test set](https://developers.google.com/machine-learning/crash-course/glossary#test_set)* rather than the training set. To fairly assess a model's effectiveness, the examples used to evaluate a model must be different from the examples used to train the model.\n",
744+
"Evaluating the model is similar to training the model. The biggest difference is the examples come from a separate *[test set](https://developers.google.com/machine-learning/crash-course/glossary#test_set)* rather than the training set. To fairly assess a model's effectiveness, the examples used to evaluate a model must be different from the examples used to train the model.\n",
745745
"\n",
746-
"The setup for the test `Dataset` is similiar to the setup for training `Dataset`. Download the CSV text file and parse that values, then give it a little shuffle:"
746+
"The setup for the test `Dataset` is similar to the setup for training `Dataset`. Download the CSV text file and parse that values, then give it a little shuffle:"
747747
]
748748
},
749749
{

0 commit comments

Comments
 (0)