Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 358 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 358 Bytes

titanic-survivors

Predictions of survivors of the titanic catastrophe are done in R. The training dataset is in train.csv. The prediction is done on the dataset in test.csv. R code in raw form is in worksheet.R . Cleaned up code is in prediction.rmd. The prediction.html file was generated from the .rmd file with RStudio (knitr package).