prateekiiest / titanic_survival_exploration

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

create separate folder for extracting features from data set #9

Closed prateekiiest closed 6 years ago

imVivekGupta commented 6 years ago

Like, extracting different columns from the dataframe as separate attributes?

prateekiiest commented 6 years ago

yes @imVivekGupta

imVivekGupta commented 6 years ago

Cool! I can do this.

vishal1383 commented 6 years ago

In this can I add the new compound feature 'Title' in that too?(On how to extract Title like Mr, Ms. etc.)from the Name which is generally not used.We can get the information regarding the Gender and much other info from the dataset in that way too.It will be about extracting Title from name.

prateekiiest commented 6 years ago

sure @vishal1383 , that would be great

vishal1383 commented 6 years ago

Thanks .Working on it

imVivekGupta commented 6 years ago

Yes, this would be an important feature.

prateekiiest commented 6 years ago

I am closing this. 😄 . Open if any updates