-
Notifications
You must be signed in to change notification settings - Fork 3
Issue 780: Adds forecast_epiautogp
#783
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
Open
SamuelBrand1
wants to merge
27
commits into
epiautogp
Choose a base branch
from
780-add-forecast_epiautogp-function
base: epiautogp
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7490ee4
Add shared forecast pipeline utilities and tests
SamuelBrand1 1641e59
change to relative imports
SamuelBrand1 2e434ea
add Parquet dep
SamuelBrand1 fca72b0
reduce docstring bloat
SamuelBrand1 f89673e
Add PipelineOutput support for pipeline forecasts
SamuelBrand1 0cbc8fd
Add DEFAULT_TARGET_LETTER and update output filenames
SamuelBrand1 5156147
move utils and rename paths dataclass
SamuelBrand1 4401bef
Add use_percentage flag to EpiAutoGPInput and output logic
SamuelBrand1 44fa0af
Refactor EpiAutoGP pipeline and add end-to-end tests
SamuelBrand1 966f4d6
Update .gitignore
SamuelBrand1 02591bb
Refactor EpiAutoGP post-processing into utility function
SamuelBrand1 9b46362
Refactor forecast utils to use context methods
SamuelBrand1 ada1b74
Update README.md
SamuelBrand1 6cef44d
Add frequency to input and generalize forecast horizon
SamuelBrand1 74cbe8d
Add ed_visit_type to input and output handling
SamuelBrand1 b693b8f
Add ed_visit_type param for NSSP/ED visit modeling
SamuelBrand1 2d258cb
Add daily NSSP forecast tests and support for ED visit type
SamuelBrand1 6a4426e
Refactor forecast utils tests and remove prep_epiautogp tests
SamuelBrand1 ea73cd8
update epiautogp docstrings
SamuelBrand1 511cf26
Update prep_epiautogp_data.py
SamuelBrand1 0dd0f9f
Update output.jl
SamuelBrand1 ae9313e
add nhsn test coverage
SamuelBrand1 e16f115
reorg unit tests
SamuelBrand1 65e5d2d
Update pipelines/epiautogp/process_epiautogp_forecast.py
SamuelBrand1 551543a
caught anti-pattern
SamuelBrand1 6bb924c
Merge branch '780-add-forecast_epiautogp-function' of https://github.…
SamuelBrand1 bc5dbce
explain use of percentage
SamuelBrand1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add use_percentage flag to EpiAutoGPInput and output logic
Introduces a use_percentage boolean field to EpiAutoGPInput to distinguish between raw counts and percentage-based input for ED visits. Updates output logic to set the variable name and convert values to proportions when use_percentage is true for nssp targets. Test cases and input construction are updated accordingly.
- Loading branch information
commit 4401bef94ae7776ba92fcc403b07ce1eae61ed86
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,7 @@ end | |
| "COVID-19", | ||
| "CA", | ||
| "nhsn", | ||
| false, | ||
| Date("2024-01-01"), | ||
| Date[], | ||
| Vector{Real}[] | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.