This project uses machine learning algorithms to predict whether a passenger survived the Titanic disaster based on the Titanic dataset.
- Python
- Jupyter Notebooks
- Pandas, NumPy, Scikit-learn
- Matplotlib, Seaborn (for visualizations)
In this project, we will:
- Analyze the Titanic dataset to understand the features and data quality.
- Clean the data and perform feature engineering.
- Build machine learning models (e.g., Logistic Regression, Decision Tree) to predict survival.
- Evaluate model performance.