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.
An exploration of the Titanic dataset from Kaggle. The project includes training various Machine Learning models to predict Survival and the best performing one is used in a Flask app which generates predictions based on user input.