rsangole / capstone_project

Predict 498 Capstone Project
3 stars 3 forks source link

Perform feature engineering #12

Closed rsangole closed 5 years ago

rsangole commented 5 years ago

Team,

As we look at the data, please populate your feature engineering ideas here.

andrew3cooper commented 5 years ago

Aggregate weather data to get mean/min/max daily temperatures in 7/14/21/28 days prior to mosquito trap test date. Also get total precipitation in 7/14/21/28 days prior, plus counts of consecutive low precipitation days (i.e. droughts).

rsangole commented 5 years ago

Based on reading

https://www.evolvedatascience.com/post/2016-12-17-wnv-blogpost/

few ideas for us to try:

andrew3cooper commented 5 years ago

Great ideas, Rahul. I think moving averages for weather data may be particularly useful.