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

Add Pinball metric #31

Closed
peterdudfield opened this issue Sep 8, 2023 · 9 comments · Fixed by #41
Closed

Add Pinball metric #31

peterdudfield opened this issue Sep 8, 2023 · 9 comments · Fixed by #41

Comments

@peterdudfield
Copy link
Contributor

Detailed Description

Would be good to see how well national_xg model is doing, and Pvnet. Perhaps just do this on National first of all

@peterdudfield
Copy link
Contributor Author

peterdudfield commented Sep 26, 2023

We could expand this out to Pvnet_2 too now

@peterdudfield
Copy link
Contributor Author

We probably want to do a few probablistic metrics

  • pinball
  • exceedence, i.e how often the truth value exceeds the p_{XX} value
    And would be good to do this in the sql query

@peterdudfield
Copy link
Contributor Author

For getting the values out of the json column. We could use json_extract_path(properties, '10')

@abhijelly
Copy link
Contributor

@peterdudfield can I take this up if no one is working on this?

@abhijelly
Copy link
Contributor

hey @peterdudfield I'm currently giving this a go and in order to test my approach, I believe I need the database - how do I connect to an actual or a dummy database if possible?

@peterdudfield peterdudfield mentioned this issue Oct 1, 2023
6 tasks
@peterdudfield
Copy link
Contributor Author

Hey @abhijelly , ive atcually started this in #41 so this might not be the best one to do.

Would you like to do openclimatefix/pv-site-production#59 (I will add some more detail to this task)

@peterdudfield
Copy link
Contributor Author

hey @peterdudfield I'm currently giving this a go and in order to test my approach, I believe I need the database - how do I connect to an actual or a dummy database if possible?

Yea connecting to the main database is going to be hard. In the past we've gone along

  • write code
  • added tests, which has a dummy database
  • tested it on development database (OCF member)
    Sorry I know its not ideal

@peterdudfield
Copy link
Contributor Author

@abhijelly you may want to consider doing this one too - openclimatefix/pv-site-api#124

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

Successfully merging a pull request may close this issue.

2 participants