Robin East
Robin East
What command are you trying to run? What's the stack trace?
I got the same thing. It seems to be due to the imageprocessor code trying to publish to an SNS topic that doesn't exist. Comment out that part of the...
> I got the same thing. It seems to be due to the imageprocessor code trying to publish to an SNS topic that doesn't exist. Comment out that part of...
This seems like a good idea. You might want to keep an eye on some of the int parameters changing to bool- I can seem some changes in the param.h...
I’m guessing there is a general desire to change variables to bool if that is how they are used. Makes sense.
The cited papers are in the top-level README. The code is for a mathematical model that simulates the evolution of a pandemic. It is not a statistical or machine learning...
No you are quite right and that was slightly sloppy language. However I took from your use of terms like K-fold cross-validation that you believed this to be some sort...
> See [here](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006785) for some starting points in thinking about validating/calibrating epidemic models during the course of an epidemic. Really interesting paper, thank you. One further complication that would need...
Is there any news on this? I appreciate that the main committers are very busy but it would be helpful if some sort of timeline for review and merging could...
It would be good to understand how kernels are used and set. Maybe that's another issue to raise.