cdo03c / House_Prices

0 stars 0 forks source link

Explore Data and Feature Engineering Possibilities #4

Open cdo03c opened 6 years ago

cdo03c commented 6 years ago

Binary variable for whether the House was remodeled. Currently there is the year of the remodel. Both condition and exterior have 2 variables to capture more than one condition. We can transform those into dummy variables and just saw which of the conditions is present. Lastly, we could calculate the garage storage area by garage area - (sqft area of an average car X number of cars)