-
Notifications
You must be signed in to change notification settings - Fork 16
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
score_forecasts() not working when there are nearly 1m rows. #91
Comments
I'm getting a similar error with a similar number of forecasts to score, but another error:
Unfortunately my code is not highly reproducible. Maybe best to ignore my error and solve Nick's better example for now, unless you have specific ideas about what might be happening. |
They both look like scoringutils errors (usually something like that happens when grouping is not unique, i.e. there are two forecasts where there should be one. But not sure that's the case here). I'm going to investigate it. |
Super helpful, thanks for the diagnostics, Nikos! I am going to close this issue, although:
|
I can't tell for sure, but I think this might have to do with the way scoringutils is parsing huge numbers of rows - there is some aggregating going on somewhere in the following code. I haven't been able to pinpoint yet if it is in covidHubUtils or in scoringutils. @nikosbosse any ideas?
This issue is based on some code that @eycramer was running and I modified into a "simple" example below.
The text was updated successfully, but these errors were encountered: