Skip to content

Python Pandas Program That Predicts Passengers That Survived The Titanic Sinking

Notifications You must be signed in to change notification settings

MuhammadMoeezKhan/Titanic-Survivors-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Titanic-Survivors-Prediction

Given a real-life Titanic data set, the program will predict who among a list of passengers survived the sinking of the Titanic (taking their Room Numbers, Floor, Patch, Cabin, and Age into consideration).

The modeling project delves into implementing the K-Nearest-Neighbor Algorithm by fitting and predicting target attributes via making testing and training data sets for k-fold cross-validations and 1-NN algorithms using Python libraries and custom Python classes!

The program primarily revolves around our understanding and implementation regarding preprocessing data, avoiding data leakage, and making models from pre-defined classes.

About

Python Pandas Program That Predicts Passengers That Survived The Titanic Sinking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages