Welcome to this workshop about Logistic Regression. We will cover the conceptual and mathematical foundations of the logistic regression classifier; take a look at a simple example to learn how to implement logistic regression models in Python; finally, we will cover some performance evaluation techniques and discuss the advantages and limitations of logistic regression.
Make sure you have the packages math, numpy, pandas, matplotlib, seaborn, and sklearn installed. You can use pip or conda to install them.
README.md- this very same README file briefly introducing you to the workshopworkshop.ipynb- the workshop itself is contained herediabetes.csv- the csv file with the data used in the workshop