Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 067fa08

Browse files
authored
chore: fix typo in the cross validation notebook (#1069)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent d1b6800 commit 067fa08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/ml/bq_dataframes_ml_cross_validation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"cell_type": "markdown",
273273
"metadata": {},
274274
"source": [
275-
"## 2.1 Define KFold class and Train/Test for Each Fold (Mauanl Approach)"
275+
"## 2.1 Define KFold class and Train/Test for Each Fold (Manual Approach)"
276276
]
277277
},
278278
{

0 commit comments

Comments
 (0)