openclimatefix / uk-wind-modelling-basic

Simple wind forecast repo
3 stars 1 forks source link

Power prediction #3

Open srennug opened 11 months ago

srennug commented 11 months ago

Detailed Description

The code attached predicts the power generated at the wind farm, using the trueU V wind speed at the location.

Context

I'm having trouble rescaling the power values but thought I would post this while I'm fixing it.

This is the closest I've got my predicted values and it came from using a conv layer instead of an lstm.

The data I've pulled so far is 11 months at 6H intervals. The Elexon database has no problem pulling data at shorter periods but the wind speeds give errors when setting lower periods. Extending the training data for longer than a year should help with accuracy.

Possible Implementation

I have a model that predicts the U V wind speeds which once I've improved could be used as data for the power predictions.

windspeeds_6H2021.03 copy.txt Wind_gen copy.txt power_predict copy.txt

peterdudfield commented 11 months ago

Thanks @srennug for doing this - looks great. Ill have a proper look at this soon, and we can chat next steps

srennug commented 11 months ago

power_predict copy 2.txt this one print the graph.

peterdudfield commented 11 months ago

Can you drop the plot in here?

srennug commented 11 months ago

Graph_V2

peterdudfield commented 11 months ago

Graph_V2

Amazing, well done. What kinda of MAE do you get?

srennug commented 11 months ago

Root Mean Squared Error (RMSE): 0.19993964752094398 Mean Absolute Error (MAE): 0.15029498619541223

peterdudfield commented 11 months ago

Nice one thanks for this. Do you have this in MW's too?

Do you want to jump on a call to discuss these results and next steps?

srennug commented 11 months ago

Yeah that' be great, I haven't been able to rescale my values yet so don't have MW.

srennug commented 11 months ago

graph unscaled Root Mean Squared Error (RMSE): 41.86889937595835 Mean Absolute Error (MAE): 30.657921006194258

This is when I don't rescale the inputs.

srennug commented 11 months ago

Let me know what time suits you best to discuss the next steps. I finish uni at 4 tomorrow so anytime after then works for me.