Logistic Regression
Introduction
Logistic Regression is a classification model where the output is discrete values like predicting whether a mail is spam or not, handwritten digit classifier, etc.
Problem with Linear Regression as a classification model
Suppose we have ...
shubham4443.hashnode.dev3 min read