We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1152148 commit edf60b1Copy full SHA for edf60b1
jupyter-book/evaluation/evaluation_quiz_m7_01.md
@@ -11,7 +11,18 @@ What the benefit of using cross-validation?
11
+++
12
13
```{admonition} Question
14
-Does a dummy classifier or regressor provides chance level performance?
+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?
26
27
- a) Yes
28
- b) No
0 commit comments