-
Notifications
You must be signed in to change notification settings - Fork 904
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
Feat/model use static cov #1700
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #1700 +/- ##
==========================================
- Coverage 94.15% 94.06% -0.10%
==========================================
Files 125 125
Lines 11470 11446 -24
==========================================
- Hits 10800 10767 -33
- Misses 670 679 +9
... and 6 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
* adapt forecasting model to only optionally use static covariates * adapt forecasting models to consider static covs or not * add support for optional static covs to TFTModels * added unittests for TFMs with optional static covs support * add static cov option to all regression models * adapt reg model add_static_covariates to enforce same dimensions * add unit tests * update add_static_covariates docs * add static covariates lagged data tests * adapt regression model static cov tests with new logic * minor docs update * call considers_static_covariates property instead of attribute
Summary
use_static_covariates
)