Skip to content

Files

Latest commit

Dec 24, 2019
0679e4c · Dec 24, 2019

History

History
This branch is 9 commits behind rasbt/python-machine-learning-book-3rd-edition:master.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 24, 2019

Chapter 06 Exercises

  1. In a binary classification task (with fairly balanced classes), in what scenario the AUC is not a reliable performance measure for model selection? We are looking at a general case. As a hint, imagine we plotted the ROC curves of two models -- think about in what case the AUC is too simplistic for comparing these models.

Related but Beyond Scope

Exercises in this section cannot be answered by just reading the chapter and require further reading and research.

  1. In the following paragraph, replace ‘__’ by the letters a-c, which are defined as
    a): Out-of-Bag (OOB) Bootstrap
    b): .632 Bootstrap
    c): .632+ Bootstrap

"For estimating the generalization performance, the _(1) is less optimistically biased than the _, while (1) and _ are less pessimistically biased than the _."

Suggested reading to answer this question: