prateekiiest / titanic_survival_exploration

Udacity Machine Learning Nano degree Program Project Predicting Passenger Survival
MIT License
21 stars 35 forks source link

Adding Input distribution of Survived vs Sex and Creating RandomForest and DecisionTrees out of only Sex Feature #17

Closed vishal1383 closed 6 years ago

vishal1383 commented 6 years ago

Thank you for your contribution. Please provide the details requested below.

ISSUE NUMBER 3

https://github.com/prateekiiest/titanic_survival_exploration/issues/3

SHORT DESCRIPTION

I have converted the input data of sex from strings(namely "male","female") to 0 for female and 1 for male so as to make use of this feature also for our classification problem.

TESTING

The code could be tested by running the code in a local machine.

vishal1383 commented 6 years ago

Ok,will do that

vishal1383 commented 6 years ago

Done! any more suggestions,I'm very glad to receive suggestions and incorporate them.

prateekiiest commented 6 years ago

Thanks @vishal1383 !

vishal1383 commented 6 years ago

My pleasure. I am also done with the part of feature engineering and will plot Title vs Survived feature.Will be sending the PR shortly.

prateekiiest commented 6 years ago

sure @vishal1383