openclimatefix / uk-pv-national-xg

National PV forecasting using Gradient Boosted Methods.
4 stars 3 forks source link

Blend forecasts #58

Closed peterdudfield closed 1 year ago

peterdudfield commented 1 year ago

Detailed Description

We currently have PVnet and National_XG moidels both making UK National forecastds. They both save to 'forecast_valueandforecast_value_latesttables. The API loads forecast_value_latest` table.

How to get the results of both PVnet and National_XG blended together in a flexible way.

Context

Possible Implementation

Deploy

peterdudfield commented 1 year ago

@JackKelly @jacobbieker what do you think?

jacobbieker commented 1 year ago

Yeah, I think saving them both is great, and then it should be easy to change the blending if we need to then, if the blending is added in the read method. So yeah, all sounds great to me!

peterdudfield commented 1 year ago

Thanks @jacobbieker

peterdudfield commented 1 year ago

This is now on deveopment env

peterdudfield commented 1 year ago

now on production