Data Science Snippets: Logistic Regression - Part 1
This post kickstarts my next series on another important statistical concept in Data Science - The Logistic Regression
Logistic Regression is a classification algorithm of Machine Learning where the output variable is categorical.
Have you ever wondered how we predict outcomes when there are only two possibilities, like yes or no? Logistic regression is a handy tool that helps us do exactly the same.
It falls under the Supervised Learning method, where past data with labe…
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.


