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
Using Pandas and Numpy, I performed basic data analysis on the deathtoll of the Titanic. Here I discovered as to how many people died, which statusclass suffered the most, which gender suffered the most and many other information.
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.