Skip to content

AmitAcharekar/Titanic-Disaster-Survival-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic-Disaster-Survival-Prediction

Kaggle Titanic Disaster Challenge

Overview

This repository contains the code and files for my submission to the Kaggle Titanic Disaster Challenge. In this challenge, the goal was to predict whether passengers on the Titanic survived based on various features such as passenger class, age, gender, and more.

My submission achieved a Kaggle score of 0.74401, and this README provides an overview of the project, the approach I took, and the files included in this repository.

Approach

Data Preprocessing

Data Loading: I used the provided training and test datasets (train.csv and test.csv) to train and evaluate my model.

Missing Data: I handled missing data by imputing missing values in features like 'Age'and 'Fare'.

Categorical Encoding: I converted categorical features like 'Sex' into numerical values.

Files Included

train.csv: The training dataset used to train the model.

test.csv: The test dataset used to make predictions for submission.

submission.csv: The CSV file containing the predictions for the test dataset.

Titanic_prediction.ipynb: Jupyter Notebook containing the code, data preprocessing, model building, and evaluation.

README.md: This README file provides an overview of the project.

Results

My submission achieved a Kaggle score of 0.74401, representing my model's accuracy in predicting whether passengers survived the Titanic disaster.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published