Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions jupyter-book/overfit/bias_vs_variance_quiz_m2_03.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# ✅ Quiz M2.03

```{admonition} Question
Fitting a model with a high bias:
A model with a high bias:

- a) causes an underfitted model?
- b) causes an overfitted model?
- c) increases the sensitivity of the learned prediction function to a random resampling of the training set observations?
- a) is a characteristic of an underfitted model?
- b) is a characteristic of an overfitted model?
- c) when trained, exhibits greater sensivity to random resampling of the training
data?
- d) causes the learned prediction function to make systematic errors?

_Select all answers that apply_
Expand All @@ -14,11 +15,12 @@ _Select all answers that apply_
+++

```{admonition} Question
Fitting a high variance model:
A model with high variance:

- a) causes an underfitted model?
- b) causes an overfitted model?
- c) increases the sensitivity of the learned prediction function to a random resampling of the training set observations?
- a) is a characteristic of an underfitted model?
- b) is a characteristic of an overfitted model?
- c) when trained, exhibits greater sensivity to random resampling of the training
data?
- d) causes the learned prediction function to make systematic errors?

_Select all answers that apply_
Expand Down