Explains how to begin with kaggle very first time .
##Overview This is the code for the one who just begin with kaggle's Titanic competition.This basically explains all the basic concept , How to approach the any competition over kaggle and how to start with it.
##Dependencies
- Classfication Algorithms
- Numpy
- Pandas
##Usage
Run this using jupyter notebook. Just type jupyter notebook
in the main directory and the code will pop up in a browser window.
##Result The output of the code is to predict the survival(0-Die,1-Survive) of the passenger who borded on the Titanic.