-
Notifications
You must be signed in to change notification settings - Fork 790
Make observed_value_field optional in TFTInstanceSplitter #3259
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
Conversation
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!
@shchur @lostella there's an issue with |
@@ -1 +1,4 @@ | |||
# scipy cap can be removed once this is resolved: https://github.com/statsmodels/statsmodels/issues/9584 | |||
scipy<1.16.0; python_version > "3.7.0" |
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.
The version cap looks reasonable to me
@@ -1 +1,4 @@ | |||
# scipy cap can be removed once this is resolved: https://github.com/statsmodels/statsmodels/issues/9584 | |||
scipy<1.16.0; python_version > "3.7.0" | |||
scipy~=1.7.3; python_version <= "3.7.0" |
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.
I would just skip this completely: Python 3.8 is already EOL for a while so we don't need to worry about it
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.
I guess it's just a bit redundant, but since there may be EOL versions of Python running and doing stuff 🤖 doesn't hurt to leave it like this
*Issue #, if available:* N/A *Description of changes:* Previously, `TFTInstanceSplitter` assumed that the `observed_value_field` is always present in the entry. This PR fixes that. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Please tag this pr with at least one of these labels to make our release process faster:** BREAKING, new feature, bug fix, other change, dev setup
*Description of changes:* backport changes - #3259 - #3261 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Please tag this pr with at least one of these labels to make our release process faster:** BREAKING, new feature, bug fix, other change, dev setup --------- Co-authored-by: Abdul Fatir <[email protected]>
Issue #, if available: N/A
Description of changes: Previously,
TFTInstanceSplitter
assumed that theobserved_value_field
is always present in the entry. This PR fixes that.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Please tag this pr with at least one of these labels to make our release process faster: BREAKING, new feature, bug fix, other change, dev setup