-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade the
testmode
pipeline script to pipeline scripts: prior pre…
…dictive + full (#445) * remove most compat from pipeline * Update test_pipelinefunctions.jl * Fix the truthdata output to be missing or Int * change to daily increments in latent processes * Change default AD mode to ReverseDiff{true} * Create changelog.md * reformat * change filename * Update simulate.jl * add a testmode to pipelinetypes * tighten typing * fix constructor * fix constructor * pipeline helper functions * unit tests and end-to-end tests * remove old scripts * Fix y_t type * bring inference prefixing into line with truthdata prefixing * reformat * interim commit * rename and collect plot functions * tidy up tests * basic plots to Makie * new plot tests and test reorganisation * Update runtests.jl * reformat * 455 plotting methods of prior predictive (#462) * 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 * Make pipeline inference tests more focused (#475) * fix tests and capture forecasting failures * delete stale end-to-end test * Full priorpred check pipeline script (#476) * 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 <azw1@cdc.gov> * Add oneexpy to pipeline (#480) * Changed saved prior predictive data (#478) * 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 <azw1@cdc.gov> * Update run_priorpred_pipeline.jl * Only save strings rather than Exception objects --------- Co-authored-by: Sam Abbott <azw1@cdc.gov>
- Loading branch information
1 parent
0414f5f
commit 7b6b9c1
Showing
52 changed files
with
590 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.