Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.12 KB

File metadata and controls

13 lines (8 loc) · 1.12 KB

spatial_project

Analysis of Spatial Data and Images-course final project

We Predict COVID-19 Cases in Finland using spatiotemporal variables.

Advice for what code is important:

  1. The data preparation script - this script was used to prepare the data for the predictive exercise.

  2. The prediction work script for one time lag - this script was used to fit and predict using the XGBRegressor model and one period time lagged independent variables.

  3. The prediction work script for multiple time lags - this script was used to fit and predict using the XGBRegressor model and multiple period time lagged independent variables.

  4. The prediction interval generation for one time lag - this script was used to create the prediction intervals for our model output.