Skip to content

Commit edf60b1

Browse files
committed
Sync quizzes
1 parent 1152148 commit edf60b1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

jupyter-book/evaluation/evaluation_quiz_m7_01.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@ What the benefit of using cross-validation?
1111
+++
1212

1313
```{admonition} Question
14-
Does a dummy classifier or regressor provides chance level performance?
14+
Does a dummy classifier or regressor rely on the input feature values in
15+
the input data `X` to make the predictions?
16+
17+
- a) Yes
18+
- b) No
19+
```
20+
21+
+++
22+
23+
```{admonition} Question
24+
Does a dummy classifier from scikit-learn always make constant predictions
25+
whatever the chosen strategy?
1526
1627
- a) Yes
1728
- b) No

0 commit comments

Comments
 (0)