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

Metrics #59

Open
peterdudfield opened this issue Apr 12, 2023 · 1 comment
Open

Metrics #59

peterdudfield opened this issue Apr 12, 2023 · 1 comment

Comments

@peterdudfield
Copy link
Contributor

peterdudfield commented Apr 12, 2023

Detailed Description

Method to calucate

  • MAE and RMSE
  • Per site and fleet
  • Normalized by site capacitor and not. Site capacity is stored here
  • per forecast horizon

Context

Possible Implementation

  1. add new tables to datamodel, similar to here, metrics, mertric_values, and datetime_intervals
  2. Make a micro service with an app.py to calculate the following metrics over the last day. This could be a sub fold in this repo
  3. For each site, look at MAE and RMSE, normalized by capacity and not, for forecast horizons, 0, 15 mins, 30 mins, 1 hours, 2,4,8, 16, 24, 36 and 48 hours
  4. Also do this at a fleet level
  5. Add CI tests, that check theses are all made
@peterdudfield
Copy link
Contributor Author

@simlmx feel free to adjust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants