A basic machine learning project. Logistic Regression algorithm is used to predict the no.of passengers survived in the titanic disaster.
This program can be executed via the jupyter labs. Open the main program with the .ipynb extension in jupyter lab.
The 5 steps of a ML program is applied:
- Data collection
- Analyzing the data
- Data Wrangling (Data cleaning)
- Train and Test the data
- Accuracy Check
The "Result.csv" file is the prediction made by the main program, for the "test.csv" dataset. The accuracy may change everytime.