Skip to content

DeepConnectAI/challenge-week-3

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •