Skip to content

Titanic survival prediction using Gradient Boosting with data cleaning and evaluation.

Notifications You must be signed in to change notification settings

Sam-Gyu/Titanic-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic Survival Prediction

This project uses the [Titanic - Machine Learning from Disaster] dataset from Kaggle to predict passenger survival using Gradient Boosting Classifier.

Features

  • Cleaned dataset (removed unnecessary columns, handled missing values)
  • Converted categorical features (Sex, Embarked) to numerical using one-hot encoding
  • Trained model using GradientBoostingClassifier from scikit-learn
  • Evaluated using:
    • Accuracy
    • Classification Report
    • Confusion Matrix

Tools

  • Python
  • pandas
  • scikit-learn
  • numpy

About

Titanic survival prediction using Gradient Boosting with data cleaning and evaluation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published