Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 971 Bytes

File metadata and controls

21 lines (13 loc) · 971 Bytes

🚢 Titanic Survival Prediction!!

This repository contains a hands-on project on predicting survival on the Titanic using machine learning. The project was developed as part of a lecture on machine learning and model training for beginners.

📄 Project Overview

The goal of this project is to predict whether a passenger would survive the Titanic disaster based on various parameters such as age, gender, class, and more. The dataset used for training the model is the popular Titanic dataset, available on Kaggle.

💻 Models and Techniques!!

The following machine learning algorithms were used:

  • Decision Tree Classifier
  • XGBoost Classifier
  • Random Forest Classifier
  • Logistic Regression

The Random Forest Classifier achieved the best accuracy of 82.06%.

📂 Files

  • titanic_survival.ipynb: Jupyter Notebook containing data preprocessing, feature engineering, and model training code.