Replies: 2 comments
-
Example of database/web service: Example of tools to create RESTful API: Alternative: |
Beta Was this translation helpful? Give feedback.
0 replies
-
To use continuous integration (CI) tools in the new web service, CovsirPhy was registered in Open Collective (community to find sponsors of open source projects) and waiting for approval by the host. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As discussed in #225 and #279, we need to create a database/web service to share S-R trends and estimated paramer values of phases in all countries.
To speed up analysis of relationship of policy measures and estimated parameter values, we need to estimate the parameter values of phases in all countries. However, parameter estimation of models takes long runtime and records are updated every day becuase COVID-19 outbreak is ongoing.
Solution
PolicyMeasures.trend()
andPolicyMeasures.estimate(cs.SIRF)
with continuous Integration (CI) toolsNote: CI tools limit on runtime of CPUs for free accounts.
Alternative
PolicyMeasures.trend()
andPolicyMeasures.estimate(cs.SIRF)
for some countiresBeta Was this translation helpful? Give feedback.
All reactions