Skip to content

Commit 4eff963

Browse files
Fixing typo and unnecessary punctuation in beginner quickstart.
PiperOrigin-RevId: 495740818
1 parent 7ec3498 commit 4eff963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/quickstart/beginner.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"id": "4mDAAPFqVVgn"
310310
},
311311
"source": [
312-
"The `Model.evaluate` method checks the models performance, usually on a \"[Validation-set](https://developers.google.com/machine-learning/glossary#validation-set)\" or \"[Test-set](https://developers.google.com/machine-learning/glossary#test-set)\"."
312+
"The `Model.evaluate` method checks the model's performance, usually on a [validation set](https://developers.google.com/machine-learning/glossary#validation-set) or [test set](https://developers.google.com/machine-learning/glossary#test-set)."
313313
]
314314
},
315315
{

0 commit comments

Comments
 (0)