Source: National Geographic
This notebook is a simple example of titanic Disaster in python. It is a Kaggle Competition, Titanic: Machine Learning from Disaster. It is good for those who are going into the field of Machine learning, Data Analysis or simple introduction to the Kaggle Prediction competition.
- pandas.
- numpy.
- matplotlib.
- math.
- sklearn.
- scipy.
- Import the data.
- Describe the data.
- Clean the data.
- Visualize it's features.
- Select features.
- Apply Machine Learning Algorithm, like Random Forest, Support Vector Machine, Logistic Regression, Gradient Boosting Classifier, and evaluate its model's accuracy, using confusion matrix.
- Apply Machine Learning Algorithm from scratch, like Logistic regression, to Titanic Dataset.
- Prepare the predicted data for Kaggle Submission.