Skip to content

Prediction of the passengers that survived the shipwreck of Titanic.

Notifications You must be signed in to change notification settings

luca-serra/titanic-kaggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic - Kaggle

The goal of the project is to apply machine learning techniques in order to predict the passengers that survived at the shipwreck of Titanic. The problem can be expressed as a two-class classification problem (survived or not) and the goal is to better the classification accuracy trough different models. This project constitutes a competition on Kaggle, a platform that hosts predictive modeling and analytics competitions.

Requirements

You can install the required packages using pip install -r requirements.txt

Data

The data necessary can be found in the Data folder or on Kaggle website.

Usage

Run the python file main.py.

  • This will run cross validation across the training set, and print the accuracy score.
  • Results will be shown for several classifiers : Naive classifier, Linear SVM, Decision Tree with AdaBoost, Gaussian Kernel SVM.

About

Prediction of the passengers that survived the shipwreck of Titanic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages