Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 453 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 453 Bytes

Titanic-Machine Learning From Disaster

This dataset requires us to predict 'What sorts of people were likely to survive the titanic shipreck?'. This is a Classification problem and I used the following three classification models.

1. Support Vector Machine
2. Logistic Regression
3. Random Forest Classifier

Public Score from Kaggle

	1. Support Vector Machine- 0.7790
	2. Random Forest Classifier- 0.7751
	3. Logistic Regression- 0.7464