🚢 Titanic Survival Prediction ML Project
🚢 Titanic Survival Prediction ML Project
Predict whether a passenger survived the Titanic disaster using machine learning!
This project demonstrates a complete end-to-end ML pipeline — from raw dataset to interactive web application.
Data cleaning & preprocessing (handle missing values, encode categorical features, scale numeric features)
 Logistic Regression model training
Model evaluation using Accuracy, Precision, Recall, and F1-score
 Batch predictions on unseen test data
Real-time predictions through an interactive Streamlit web app
Python 3.x
Pandas, numpy – Data handling
Scikit-learn – Preprocessing, modeling & evaluation
Joblib – Save & load models
Streamlit – Interactive UI