-
Notifications
You must be signed in to change notification settings - Fork 912
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
Feature/scalar with window #2021
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2021 +/- ##
==========================================
- Coverage 93.79% 93.69% -0.11%
==========================================
Files 139 139
Lines 14741 14771 +30
==========================================
+ Hits 13827 13839 +12
- Misses 914 932 +18 ☔ View full report in Codecov by Sentry. |
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.
Very nice, thanks a lot @JanFidor for another great contribution!
Only had some minor suggestions, let me know what you think.
Hi, since my issue #2134 has been linked to this, can I just double check if there is a timeline to finish implementing the usage of scalers in historical forecast? |
Hi @ETTAN93! I'll try to finish up the PR around end of January - early February. I'm terribly sorry for the delay, but unfortunately this university term was much harder than I hoped and I didn't have the free time to work on it. |
darts/utils/historical_forecasts/optimized_historical_forecasts.py
Outdated
Show resolved
Hide resolved
…th-window # Conflicts: # darts/models/forecasting/forecasting_model.py # darts/models/forecasting/regression_model.py # darts/utils/historical_forecasts/optimized_historical_forecasts_regression.py # darts/utils/historical_forecasts/utils.py
Co-authored-by: Dennis Bader <[email protected]>
Hi, can I just check when this feature is planned to be merged? |
Hi everyone! The past year with the studies, work and the engineering Thesis I got a little burned out and OSS unfortunately fell on back burner for quite a bit. Fortunately with the term ending I got much less to keep on top of and with some vacation I'm once again back to doing some contributions. Sorry disappearing and thanks for all the reviews, I'll try to update / resolve all the comments! |
Fixes #1540.
Summary
I've added the ability to use Scalar inside historical_forecasts to avoid information leakage.
As
RegressionModel._optimized_historical_forecasts
doesn't support model retraining, decided to not add scalar with window there. Please let me know if the implementation makes sense or if the code could be changed for the better!P.S. Sorry for the PR being quite late, but the past 2 months have been quite hectic. I'll have significantly less time during this school year, than I originally planned, but I'll do my best to find an hour or 2 a week to respond to reviews and slowly but surely bring this and the others PRs to a merge