-
Notifications
You must be signed in to change notification settings - Fork 219
[ENH] Add Inverse Transform to differencing transformer #3001
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
base: main
Are you sure you want to change the base?
Conversation
…oducing the expected results
…bool, and fix bug with it not operating on differemced data
…e without refitting the model
…into arb/base_arima
… testing for DifferenceTransformer. This is tested in test_diff.py anyway, and it currently doesn't pass in the initial values to y required to undifference a series
Thank you for contributing to
|
… them in inverse_transform if no y provided
It appears that storing X from transform isn't allowed either - the tests are failing because I add that attribute! |
Reference Issues/PRs
Builds on #2987
What does this implement/fix? Explain your changes.
Adds undifferencing transform to DifferencingTransformer
Does your contribution introduce a new dependency? If yes, which one?
Any other comments?
PR checklist
For all contributions
For new estimators and functions
__maintainer__
at the top of relevant files and want to be contacted regarding its maintenance. Unmaintained files may be removed. This is for the full file, and you should not add yourself if you are just making minor changes or do not want to help maintain its contents.For developers with write access