Skip to content

Commit 57df756

Browse files
committed
[ci skip] Sync quizzes edf60b1
1 parent 2d59d8e commit 57df756

File tree

5 files changed

+124
-103
lines changed

5 files changed

+124
-103
lines changed

_sources/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 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)