Skip to content

Commit deaa78e

Browse files
author
Jared Weed
committed
Question clarification
1 parent eade6e6 commit deaa78e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/boston_housing/boston_housing.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@
394394
"metadata": {},
395395
"source": [
396396
"### Question 8 - Cross-Validation\n",
397-
"*What is the k-fold cross-validation training technique and how is it performed on a learning algorithm?*"
397+
"*What is the k-fold cross-validation training technique? What benefit does this technique provide for grid search when optimizing a model?* \n",
398+
"**Hint:** Much like the reasoning behind having a testing set, what could go wrong with using grid search without a cross-validated set?"
398399
]
399400
},
400401
{

0 commit comments

Comments
 (0)