An Overview of Machine Learning Classification
Sometimes, instead of returning a quantification of data (regression), we want to classify it. That is: place it into specific categories.
Often, we’ll use logistic regression as the foundation for our classification challenges. Eg: We could set a probability threshold for a logistic regression, and classify examples based on whether they fit above or below that threshold.