Predictive analytics-Logistic Regression
Logistic Regression: Logistic Regression is a statistical approach used to predict a binary dependent variable based on one or more independent variables. The following is an example of Logistic Regression using the scikit-learn library in Python

