-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upgrade the testmode
pipeline script to pipeline scripts: prior predictive + full
#445
Upgrade the testmode
pipeline script to pipeline scripts: prior predictive + full
#445
Conversation
…dcasting-to-weekly-to-daily-increments-in-underlying-latent-processes
…just-pipeline-script
Try this Pull Request!Open Julia and type: import Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/CDCgov/Rt-without-renewal", rev="404-upgrade-the-testmode-pipeline-script-to-just-pipeline-script", subdir="EpiAware")
using EpiAware |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #445 +/- ##
==========================================
+ Coverage 90.02% 90.05% +0.02%
==========================================
Files 57 57
Lines 742 744 +2
==========================================
+ Hits 668 670 +2
Misses 74 74 ☔ View full report in Codecov by Sentry. |
…just-pipeline-script
…ne-script' into 433-forecast-function-in-pipeline-is-broken-after-move-to-turing-033
…after-move-to-turing-033
…just-pipeline-script
…to-turing-033' into 404-upgrade-the-testmode-pipeline-script-to-just-pipeline-script
I've merged in removal of all basic plots in favour of |
Steps towards full PR:
|
* add priorpredictive method to make_inference * Add pipeline priorpredictive boolean * reformat * remove inference_method kwarg because can be dispatched on * remove specialisation on forecast results add missing handling as well * move inference step into own function and give fail cover with error report * remove passing inference_method * add a latent model name to InferenceConfig * Util for setting up PI levels * prior pred plot * export prior_predictive_plot * remove dead end-to-end test in favour of direct test of prior_predictive_plot
…just-pipeline-script
…just-pipeline-script
* fix tests and capture forecasting failures * delete stale end-to-end test
* Hotfix: Doc link to main * create xexpy function with x = 1 typestable (#473) * rename data folder * catch bug where objects were getting saved to root dir * fix bug where being saved to root * add priorpredictive mode to the inference config struct * do_truthdata behaviour modifed by prior predictive * send priorpredictive mode in generate_inference * update tests * prior predictive pipeline * reformat --------- Co-authored-by: Sam Abbott <[email protected]>
Benchmark resultJudge resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
* change to pipeline being part of InferenceConfig This also splits figure saving from data saving * fix passed var * change serialisation target dir * update tests and config usage to pass pipeline object --------- Co-authored-by: Sam Abbott <[email protected]>
…just-pipeline-script
This branch now runs both the prior predictive and the full pipelines, with in cases of numerical error in any of the steps it serialises the Since, it is no longer broken code, but rather improvable code I propose merging into |
testmode
pipeline script to just pipeline script -- Do not mergetestmode
pipeline script to pipeline scripts: prior predictive + full
Benchmark resultJudge resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
This Draft PR has the improvements I'm making to the pipeline towards resolving #404. There were quite a number of improvements before I noticed that the forecast function was now broken:
pipeline
testmode boolean field which is useful for the test running.This is tested using the updated
EpiAware
hash 9c52763.Currently forecast function in pipeline is still broken, but this is a good place to fix from.