- Build a predictive model to determine the survival of passengers on the Titanic.
- Use relevant data preprocessing, feature engineering, and machine learning techniques.
- Provide clear and reproducible steps to run the project and evaluate the model.
- Clone the repository to your local machine.
- Ensure you have Python 3.x installed.
- Install the required dependencies (e.g., pandas, scikit-learn, numpy, matplotlib) using:
pip install -r requirements.txt - Run the Jupyter notebooks in the following order:
titanic_model.ipynbtitanic_survival_model.ipynb
- Review the results and visualizations in the notebooks.
- Optionally, use the provided dataset
tested 2.csvfor testing or further analysis.
titanic_model.ipynb: Initial data exploration and model building.titanic_survival_model.ipynb: Advanced modeling and evaluation.tested 2.csv: Dataset used for testing.README.md: Project overview and instructions.
- Clean, well-structured code.
- Clear documentation and instructions.
- Accurate and interpretable predictive model.