This project performs Exploratory Data Analysis (EDA) on the Titanic dataset using Python. The objective is to understand the structure of the dataset, identify missing values, analyze feature ...
This project predicts whether a passenger survived the Titanic disaster using the K-Nearest Neighbors (KNN) classification algorithm. The project demonstrates the complete Machine Learning workflow, ...