The main challenge is to predict rather a passenger would live or not.
python 3.6 or higher and pip.
$ git clone https://github.com/sezaakgun/logistic-regression.git
$ cd logistic-regression
$ pip install pandas
$ pip install numpy
$ pip install sklearn$ python logistic-regression.pyThis project is licensed under the MIT License - see the LICENSE.txt file for details.