Data Science Snippets: Logistic Regression - Part 2
Logistic Regression is a classification algorithm of Machine Learning where the output variable is categorical.
We had an introduction to Logistic Regression in our last post.
So, why the name ‘Logistic Regression’ and not ‘Logistic Classification’?
Logistic Regression predicts the probability of an outcome. Instead of giving a direct category like "Yes" or "No," it calculates a probability score between 0 and 1 (or 0 to 100% in terms of percentage) based on input …
Keep reading with a 7-day free trial
Subscribe to Puja Writes to keep reading this post and get 7 days of free access to the full post archives.


