Skip to content

sezaakgun/logistic-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

logistic-regression

The main challenge is to predict rather a passenger would live or not.

Prerequisies

python 3.6 or higher and pip.

Setup

$ git clone https://github.com/sezaakgun/logistic-regression.git
$ cd logistic-regression
$ pip install pandas
$ pip install numpy
$ pip install sklearn

How To Run

$ python logistic-regression.py

References

  • Data we have is downloaded from kaggle.

  • I highly inspired form this source.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

Releases

No releases published

Packages

No packages published

Languages