Logistic regression is a predictive analysis technique to perform classification when dependent variable is binary. It is possible to extend this method in multiclass classification problems as well.
Open task 1 notebook in colab:
Open task 2 notebook in colab:
How to get the data using wget?
# Divorce Dataset for Task 1
!wget https://github.com/DeepConnectAI/challenge-week-3/raw/master/data/divorce.csv
# Diabates Dataset for Task 2
!wget https://github.com/DeepConnectAI/challenge-week-3/raw/master/data/diabetes_data.csvThis is not a huge repository therefore can easily be downloaded.
# Clone the repository
$ git clone https://github.com/DeepConnectAI/challenge-week-3.git
# Go to project directory
$ cd challenge-week-3
# Open up the jupyter notebook if installed
$ jupyter notebook