Using Machine Learning to predict what sorts of people are likely to survive
- I used different types of classifiers like
Decision Tree,Random ForestandGradient Boosting. - The
Gradient Boostingclassifier gave an accuracy of 82.01%. - I also preprocessed the datset and removed unwanted features like
name,ticket,home.dest,body,cabin,boat. - I used
cross-validationto improve the performance of my model.
- pandas
- numpy
- scikit-learn
- matplotlib