Implementing Logistic Regression in 10 lines in Python Logistic Regression is one of the most popular Machine Learning algorithm used for the classification problems. It should be noted that though there is a regression word in the name of the algorithm Logistic Regression, it is used for classification problems.
Related post https://botbark.com/2019/12/20/implementing-logistic-regression-in-10-lines-in-python/