Suggestion: BiLinear Combination #655
milannnnn
started this conversation in
Feature Requests & Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, I want to thank you all for developing and maintaining such an amazing model. While playing around with it, I noticed that it has some issues with correctly modeling some scaling (future) regressors. For example, if we have a future regressor that represents working hours (accounting for weekends, personal and/or public holidays), which has a scaling effect on the series (e.g. electricity consumption), the model does not appear to utilize that information fully, as all the components are being added together (and e.g. the seasonality components are not being scaled by that regressor):
One idea I had was to introduce a bi-linear combination that would enable direct scaling of all the components (so the additive components could be scaled by the scaling ones (e.g. by the working hours regressor):
For code simplicity, I used the multiplicative features for scaling, but, for model consistency, it would probably be best to introduce another set of features (e.g. scaling features).
What are your thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions