Recap

A quick overview of what you have learned, and test it on the given notebook.

We'll cover the following...

General overview

In this chapter, we have gone through many concepts related to classification problems. This is what we have covered:

  • Defining a binary classification problem.

  • Generating and preparing a toy dataset using Scikit-Learn’s make_moons method.

  • Defining logits as the result of a linear combination of features.

  • Understanding what odds ratios and log odds ratios are.

  • Figuring we can interpret logits as log odds ratios.

  • Mapping ...