You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Titanic Survival Prediction Using Decision Tree. This project uses a Decision Tree Classifier to predict Titanic passenger survival based on the Kaggle dataset. It covers data preprocessing, feature engineering, and model training with Scikit-learn.
A portfolio ML project: Titanic survival prediction system with 85%+ accuracy, ensemble methods, SHAP explainability, Flask REST API, Docker deployment, and comprehensive testing. Production-grade code with type hints, pytest, and CI/CD.