You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this challenge, we'll build a predictive model that answers the question: “what sorts of people were more likely to survive to the Titanic tragedy?” using passenger data (name, age, gender, socio-economic class, etc).
Machine Learning project for Kaggle’s Titanic: Machine Learning from Disaster competition. Achieved 0.76555 public leaderboard score using advanced feature engineering and Random Forest Classifier.