makepath / xarray-spatial

Raster-based Spatial Analytics for Python
https://xarray-spatial.readthedocs.io/
MIT License
805 stars 81 forks source link

WIP Housing price feature engineering notebook #725

Closed thuydotm closed 1 year ago

thuydotm commented 2 years ago

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:

brendancol commented 2 years ago

@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.