Skip to content

Commit 9a6b839

Browse files
author
ArturoAmorQ
committed
Synchronize quizzes
1 parent 2673d85 commit 9a6b839

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

jupyter-book/predictive_modeling_pipeline/wrap_up_quiz.md

+9
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,12 @@ model using only numerical features lies in the range:
167167
168168
_Select a single answer_
169169
```
170+
171+
+++
172+
173+
```{note}
174+
It is normal for this module to take longer than expected for people who are
175+
discovering Python programming, but don't get discouraged! The programming
176+
mechanisms will come with experience and the programming exercises in the
177+
following modules will seem more and more natural as time goes by.
178+
```

jupyter-book/tuning/parameter_tuning_wrap_up_quiz.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ Use `sklearn.model_selection.GridSearchCV` to study the impact of the choice of
157157
the preprocessor and the number of neighbors on the stratified 10-fold
158158
cross-validated `balanced_accuracy` metric. We want to study the `n_neighbors`
159159
in the range `[5, 51, 101]` and `preprocessor` in the range
160-
`all_preprocessors`.
160+
`all_preprocessors`. Although we wouldn't do this in a real setting (and
161+
prefer using nested cross validation), for this question, do the
162+
cross-validation on the entire dataset.
161163
162164
Which of the following statements hold:
163165

0 commit comments

Comments
 (0)