-
Notifications
You must be signed in to change notification settings - Fork 8
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
Port Jingjing's backcasting preprocessing utils #114
Draft
brookslogan
wants to merge
19
commits into
dev
Choose a base branch
from
lcb/port-jingjing-backcasting-preprocessing-utils
base: dev
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.
Draft
Port Jingjing's backcasting preprocessing utils #114
brookslogan
wants to merge
19
commits into
dev
from
lcb/port-jingjing-backcasting-preprocessing-utils
Commits on Jun 14, 2022
-
Copy over parts of Jingjing's backcaster preprocessing utilities
Modified-by: Logan C. Brooks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0a5859 - Browse repository at this point
Copy the full SHA b0a5859View commit details
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f5847ba - Browse repository at this point
Copy the full SHA f5847baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ea36c - Browse repository at this point
Copy the full SHA 00ea36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a949301 - Browse repository at this point
Copy the full SHA a949301View commit details
Commits on Jun 21, 2022
-
Refactor
ref_lag
from global to params, get tests workingGet lag-completion/target-lag function tests working in package setting. Before this change, `ref_lag` was a global set in a not-yet-package file and also the test file, which, when converted into a package, did not pass tests, as the tests' `ref_lag` global doesn't overwrite the pre-existing value from the package.
Configuration menu - View commit details
-
Copy full SHA for ee46dab - Browse repository at this point
Copy the full SHA ee46dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cceb5 - Browse repository at this point
Copy the full SHA 74cceb5View commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 462552c - Browse repository at this point
Copy the full SHA 462552cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c142eae - Browse repository at this point
Copy the full SHA c142eaeView commit details
Commits on Aug 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea4261c - Browse repository at this point
Copy the full SHA ea4261cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c14536 - Browse repository at this point
Copy the full SHA 2c14536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f06c03 - Browse repository at this point
Copy the full SHA 7f06c03View commit details -
allow any name for value field
`add_7davs_and_target` used to rename `value_raw` to `value_target` regardless of what the parameter `value_col` is set to. This causes an error when `value_raw` can't be found in a df with a differently-name value column.
Configuration menu - View commit details
-
Copy full SHA for b1026a1 - Browse repository at this point
Copy the full SHA b1026a1View commit details
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 20016b5 - Browse repository at this point
Copy the full SHA 20016b5View commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 958c6a9 - Browse repository at this point
Copy the full SHA 958c6a9View commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6935ec8 - Browse repository at this point
Copy the full SHA 6935ec8View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 66cb491 - Browse repository at this point
Copy the full SHA 66cb491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41eb9ed - Browse repository at this point
Copy the full SHA 41eb9edView commit details
Commits on Aug 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c3e3aa4 - Browse repository at this point
Copy the full SHA c3e3aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e643c - Browse repository at this point
Copy the full SHA 11e643cView commit details
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.