Python ML Project 1:
Please click on the title below the picture, to be taken to the github repo containing the Python code in the form an iPython Notebook. The notebook includes Markdown explanation of my approach to breaking down the problem and arriving at a conclusion.
This project utilizes Titanic data set and tries to predict the survival rate of a test data set, by learning from the training data set. I have used multivariate logistic regression in Python, to achieve the desired result.
I begin by trying to frame questions that may help me analyze the data intelligently, such as:
I then utilize classic regression techniques using Python's sklearn ML library to identify potential survival rates.
More to come ... Stay tuned!