Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Housing price feature engineering notebook #725

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Conversation

thuydotm
Copy link
Contributor

Add new notebook to discover how geo-related aspects affect housing price in the USA. We will consider a house based on the information provided in an existing dataset with some addtional spatial attributes extracted from its location using xarray-spatial (and probably some elevation dataset, and census-parquet as well?).

We'll first build a machine learning model and train it with all existing features. For each newly added feature, we'll retrain it and compare the results to find out which features help enrich the model.

To be determined:

  • What dataset to work on as orignal housing price dataset?
  • What are the new features? Slope using an elevation dataset? Population density, ... from Census if none available in the existing features? Proximity distance to nearest hospital / grocery store / university / pharmacy?

@brendancol
Copy link
Contributor

@thuydotm awesome! I think it would be interesting to look at housing prices as related to viewshed. For example, how does have a view shed which intersects with a beach or a nuclear power plant influence price? The national building footprint dataset could be helpful with this.

@brendancol brendancol added the WIP Work in progress label Jul 14, 2022
@brendancol brendancol merged commit 71a1282 into master Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants