# Decision Boundary

[![Twitter Handle](https://img.shields.io/badge/Twitter-@gaohongnan-blue?style=social&logo=twitter)](https://twitter.com/gaohongnan)
[![LinkedIn Profile](https://img.shields.io/badge/@gaohongnan-blue?style=social&logo=linkedin)](https://linkedin.com/in/gao-hongnan)
[![GitHub Profile](https://img.shields.io/badge/GitHub-gao--hongnan-lightgrey?style=social&logo=github)](https://github.com/gao-hongnan)
![Tag](https://img.shields.io/badge/Tag-Organized_Chaos-orange)

```{contents}
:local:
```

Every classifier partitions its input space into regions, one per class, and the
surfaces where the predicted class changes are the decision boundaries. They are
not drawn by hand — they are derived from the parameters the model estimates,
which is why the same dataset yields very different boundaries under logistic
regression, naive Bayes, or nearest neighbours.

This chapter defines the decision boundary formally and derives it for familiar
models.

## Table of Contents

```{tableofcontents}

```
