403: Linear Classification
- Published
- Author
Classification via a model
- Decision trees created a one-dimensional decision boundary
- We could easily imagine using a linear model to define a decision boundary
???
Previously we used fixed decision boundaries to segment the data based upon how informative the segmentation would be.
The decision boundary represents a one-dimensional rule that separates the data. We could easily increase the number or complexity of the parameters used to define the boundary.
Read more
