-
Notifications
You must be signed in to change notification settings - Fork 2
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
Attempt Use Of Dates With idata
Objects
#30
Attempt Use Of Dates With idata
Objects
#30
Conversation
…ge name of idata object to include wo dates
…s; add another option w/ pl duration to experimentation file
Forecasts in this PR are implicitly assumed to be sequential days — not weeks, 2-weeks, a sequence of Saturdays, etc... Other resolution may be supported. Some critical tasks of this PR include (some of these already exist, albeit inadequately):
Key considerations:
|
From DB:
|
Some notes extracted from the experimentation file for adding dates to
NOTE: # idata.observed_data.sizes["obs_dim_0"] is suggested by Arviz over
# idata.observed_data["obs_dim_0"].size
idata.observed_data.sizes
# output: Frozen({'obs_dim_0': 488})
# idata.observed_data.dims gets one:
# output: FrozenMappingWarningOnValuesAccess({'obs_dim_0': 488})
# ^ "obs_col" name still needed ^
|
…ntation files by dates addition method
…; rename idata modifications and idata to tidy formatting
…more similar to DHMs compact code, now reverting change
Questions (for myself & DHM to some degree):
|
…forecast creation process; verify test out idata works
Comments on notebook files are appreciated. |
Docstrings likely still need to be corrected. |
Some more direction here to reviewers would be helpful. Which notebooks should we look at and what kind of feedback would be useful (since you say these will not be part of the PR)? |
Notebooks:
In a sequence of learning, someone would use:
If someone didn't know much about NumPyro to Arviz, then |
@AFg6K7h4fhy2 why don't you think these notebooks should be part of the PR? I think they could be used as vignettes or reworked as tests. |
I think, at present, they are not informative enough to be featured, as they are, in (possibly) More clearly stated: TM hopes others can indicate which notebooks are worth keeping. Then TM can make these into tests or vignettes. |
@AFg6K7h4fhy2 Perhaps we should sync face to face about this, but I'm confused about the intended goals here. The PR is titled "Attempt Use Of Dates With idata Objects." I suppose that is what the PR does, but I am wondering if we can narrow the focus.
|
From face-to-face discussion with Damon:
|
Not covered in this PR is the task of writing a function that takes an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tests for this will be found here: #29
This PR ought to be merged before further work on #9 occurs.