Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 559 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 559 Bytes

Kaggle Titanic Survivorship Prediction

Contents

  • The data directory contains the train.csv and test.csv files, which are used to train your model and evaluate its performance respectively.

  • The random-forest.R file is a skeleton of a random forest implementation in R. Details that still need to be filled in would be any feature extraction, identification of which columns to include in your model, and any customization on the building of the random forest itself.