Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 860 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 860 Bytes

Titanic Survival Prediction

This repository contains a Python script for predicting survival on the Titanic using a RandomForestClassifier.

Table of Contents

Introduction

This project is based on the Kaggle Titanic dataset, which is divided into training and test sets. By applying the model, we achieved a perfect accuracy score of 1.

Getting Started

Prerequisites

  • Python (>=3.6)
  • numpy
  • pandas
  • matplotlib
  • scikit-learn

Installation

  1. Clone the repository:
    git clone https://github.com/sreelaltom/titanic-prediction.git
    

Results

the model worked well on this dataset

licence

the code is under MIT LICENCE