Skip to content

raunnieo/survival-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survival Predictor

Prepare · Predict · Perfect · Present

A machine-learning model that predicts the survival of the fittest.


Table of Contents

About the Project

The Titanic Survival Predictor is a machine learning model that predicts whether a passenger would survive the Titanic disaster based on different features such as age, gender, and ticket class.

The project demonstrates:

  • Data preprocessing and feature engineering.
  • Logistic regression for survival prediction.
  • Visualization of the correlation and survival analysis.

Visualizations include:

  • Correlation Heatmap: To identify the most impactful features.
  • Feature Distribution: To analyze how different features relate to survival.

Visual results include:

  • Confusion Matrix: Understanding prediction errors.
  • Learning Curve: Showing model improvement over time.
Learning Curve

Results

Check on the website: here: Titanic Survival Predictor

Technologies Used

  • Python
  • Jupyter Notebook
  • Logistic Regression
  • Pandas, NumPy
  • Matplotlib, Seaborn

Deployed Page

Visit the live deployment of the Titanic Survival Predictor here: Titanic Survival Predictor