Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.11 KB

Errata.md

File metadata and controls

19 lines (10 loc) · 1.11 KB

Errata, Corrections and Improvements


If you find any mistakes in The Kaggle Book, or if you have suggestions for improvements, then please raise an issue in this repository, or email to us.

Chapter 05, Page no 116, Table 5.1 - Fixed description as per table cells

Here is how we define the cells:

  • TP (true positives): These are located in the lower-right cell, containing examples that have been correctly predicted as positive ones.
  • FP (false positives): These are located in the upper-right cell, containing examples that have been predicted as positive but are actually negative.
  • FN (false negatives): These are located in the lower-left cell, containing examples that have been predicted as negative but are actually positive.
  • TN (true negatives): These are located in the upper-left cell, containing examples that have been correctly predicted as negative ones.