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
This project aims to predict the survival of passengers aboard the Titanic using the Naive Bayes classifier algorithm. The dataset used in this project contains information about Titanic passengers, such as their age, gender, passenger class, and other relevant features.
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.