prateekiiest / titanic_survival_exploration

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

Add visualizations #3

Open prateekiiest opened 6 years ago

prateekiiest commented 6 years ago

The current project should contain some illustrations/ graphs since they are a fundamental part of a data mining-machine learning project.

Following this need to be done


The dataset has attributes like pclass ,sex,age and other important features that determine the accuracy of the survival.

krishamehta commented 6 years ago

Can I work on this?

prateekiiest commented 6 years ago

yeah sure @krishamehta

vishal1383 commented 6 years ago

I have done some feature engineering like making a new feature called 'Title' from names which were previously unused.It contains the same information as of Sex and some additional information too.Can I add the plots of those too?(It resulted in an increased accuracy for a simple decision tree also)

vishal1383 commented 6 years ago

I have already done for the Sex vs accuracy part, and working on the Title part

prateekiiest commented 6 years ago

sure you are welcome @vishal1383