Skip to content

Commit a965f81

Browse files
InDieTastenBillWagner
authored andcommitted
Remove unnecessary "the" in glossary.md (#11444)
Just fixing a typo
1 parent f8e7f89 commit a965f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/machine-learning/resources/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ A subclass of machine learning in which a desired model predicts the label for y
109109

110110
## Training
111111

112-
The process of identifying a [model](#model) for a given training data set. For a linear model, this means finding the weights. For a tree, it involves the identifying the split points.
112+
The process of identifying a [model](#model) for a given training data set. For a linear model, this means finding the weights. For a tree, it involves identifying the split points.
113113

114114
## Transform
115115

0 commit comments

Comments
 (0)