An explanation of machine learning models even you could understand

Supervised machine learning models Logistic Regression Logistic regression is used when you have a classification problem. This means that your target variable (a.k.a. the variable you are interested in predicting) is made up of categories. These categories could be yes/no, or something like a number between 1 and 10 representing customer satisfaction. The logistic regression model uses an…