Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Titanic Survival Prediction 🚒

This project predicts whether a passenger survived the Titanic disaster using machine learning.

πŸ“ Project Structure

πŸ”§ Tools Used

  • Python
  • Pandas, NumPy
  • Seaborn, Matplotlib
  • Scikit-Learn (RandomForest)

πŸ“Š Workflow

  1. Data cleaning and feature engineering
  2. Model training (RandomForest)
  3. Model evaluation (accuracy: ~82%)
  4. Confusion matrix and classification report

πŸš€ How to Run

  1. Clone the repo:

    git clone https://github.com/your-username/Titanic-Survival-Prediction.git
    cd Titanic-Survival-Prediction
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the notebook:

    jupyter notebook notebooks/titanic_eda_model.ipynb
    

πŸ“ˆ Model Accuracy

  • Accuracy: ~82%
  • Classifier: RandomForest
  • Features: Pclass, Sex, Age, Fare, FamilySize, etc.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors