Skip to content

Commit 33d8cff

Browse files
chore: update submodules (#190)
Co-authored-by: ydcjeff <[email protected]>
1 parent c881068 commit 33d8cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/how-to-guides/07-cross-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Let's concatenate both the datasets so that we can divide them into folds later.
193193
dataset = ConcatDataset([train_dataset, test_dataset])
194194
```
195195

196-
We will split the dataset into three folds for training and, consequently, three folds for valitation.
196+
We will split the dataset into three folds for training and, consequently, three folds for validation.
197197

198198

199199
```python

0 commit comments

Comments
 (0)