Titanic Survivor Analysis and Prediction
Project is Part of Titanic: Machine Learning from Disaster (Prediction Competition on Kaggle)
Data Set : Titanic: Machine Learning from Disaster
Predict survival on the Titanic and get familiar with Machine Learning Basics
This Project covers various Important Concepts in Machine Learning.
-
Pandas
-
Numpy
-
Matplotlib
-
Seaborn
-
Scikit Learn
-
Logistic Regression Classifier
-
K Nearest Neighbors Classifier
-
Decision Tree Classifier
-
Random Forest Classifier
-
Support Vector Classifier
Model Selection for Data Evaluation : Cross Validation Score
-
Exploratory Data Analysis
-
Data Preprocessing (Label Encoder, Simple Imputer and Standard Scaler is also Explained)
-
Data Modelling
-
Data Evaluation