Skip to content

A data science project leveraging the Seaborn Titanic dataset to analyze passenger characteristics and predict survival outcomes using a Decision Tree model.

Notifications You must be signed in to change notification settings

iamnaveen1401/Titanic-Data-Using-Decision-Tree-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Titanic Data Using Decision Tree Algorithm

๐Ÿ“˜ Overview

This project uses the famous Titanic dataset to predict passenger survival using the Decision Tree Algorithm. It demonstrates data preprocessing, feature selection, model training, and evaluation.

๐Ÿ“Š Dataset

The Titanic dataset is available in Seaborn. It includes details like age, gender, class, fare, and survival status of passengers.

๐Ÿง  Algorithm Used

  • Decision Tree Classifier

โš™๏ธ Steps Involved

  1. Load and explore the dataset from Seaborn.
  2. Handle missing data and prepare features.
  3. Train a Decision Tree model.
  4. Evaluate accuracy and visualize results.

๐Ÿงพ Results

The model successfully predicts passenger survival based on features such as age, gender, and passenger class.

๐Ÿ› ๏ธ Tools Used

  • Python
  • Seaborn
  • Pandas
  • Scikit-learn
  • Matplotlib

About

A data science project leveraging the Seaborn Titanic dataset to analyze passenger characteristics and predict survival outcomes using a Decision Tree model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published