This repository contains a Python script for predicting survival on the Titanic using a RandomForestClassifier.
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.
- Python (>=3.6)
- numpy
- pandas
- matplotlib
- scikit-learn
- Clone the repository:
git clone https://github.com/sreelaltom/titanic-prediction.git
the model worked well on this dataset
the code is under MIT LICENCE