Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.25 KB

File metadata and controls

29 lines (23 loc) · 1.25 KB

Challenge Week 3

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.

How to use

Colab

Open task 1 notebook in colab:  Open In Colab
Open task 2 notebook in colab:  Open 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.csv

Local

This 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