Skip to content

nitidesai21/Titanic_Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Titanic_Dataset

A machine learning project using the Titanic dataset to predict passenger survival based on features such as age, sex, class, and more. This project demonstrates data preprocessing, exploratory data analysis (EDA), feature engineering, model building, and evaluation. 📊 Dataset The dataset used is the Titanic dataset provided by Kaggle, which includes information about the passengers aboard the Titanic, such as: •PassengerId •Pclass •Name •Sex •Age •SibSp •Parch •Ticket •Fare •Cabin •Embarked •Survived (target variable)

🔍 Project Highlights •Data Cleaning: Handled missing values, encoded categorical features, dropped irrelevant columns. •Exploratory Data Analysis (EDA): Visualized data distributions and feature relationships using Seaborn and Matplotlib. •Feature Engineering: Created new features and selected relevant ones for modeling. •Model Training: Trained models including Logistic Regression, Decision Trees, and Random Forests. •Model Evaluation: Assessed performance using accuracy score and confusion matrix.

📈 Results Achieved strong prediction accuracy using the Random Forest Classifier.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published