Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnkou97/titanic


https://github.com/johnkou97/titanic

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Titanic Challenge - Kaggle

## Introduction

In this challenge, we will try to predict if a passenger survived or not during the Titanic disaster. The dataset is available on [Kaggle](https://www.kaggle.com/c/titanic/data). We use three different models : Logistic Regression from the scikit-learn library, XGBoost and LightGBM.

## Files

`LogReg.py` : Logistic Regression model

`XGBoost.py` : XGBoost model

`LightGBM.py` : LightGBM model

## Results

| Model | Accuracy |
| --- | --- |
| LightGBM | 0.77511 |
| XGBoost | 0.77511 |
| Logistic Regression | 0.76794 |