Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weighted MAE #15

Open
peterdudfield opened this issue Oct 6, 2022 · 0 comments
Open

Weighted MAE #15

peterdudfield opened this issue Oct 6, 2022 · 0 comments

Comments

@peterdudfield
Copy link
Contributor

Detailed Description

Calculated a Weighted Average MAE for all GSP

Context

For example if there are 2 GSPs

  1. MAE is 50MW with 100 MW capacity
  2. MAE is 10MW with 1 MW capacity.

Normally MAE would get 30 MW
WMAE would be very closed to 50 MW.

Possible Implementation

  1. Find MW MAE for each GSP
  2. Weighted average over each GSP by capacity of each capacity.

Sum (over GSP) (Sum (over time) (y_hat - y_i) / 48) * w_i
w_i should be GSP capacity / total capacity

I think this can be done in one SQL query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant