Skip to content
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

What is SilverKite and reconcile?(Will like to help in Example Notebooks) #8

Closed
satya-pattnaik opened this issue May 20, 2021 · 2 comments

Comments

@satya-pattnaik
Copy link

Hi, I had some questions
Q1] Is the SilverKite method supposed to take any regressor(like Xgboost) and convert that to an AutoRegressor(based on lags)?
Q2]Is the reconcile method meant to explore Hierarchical Forecasting as per Hyndman's?

It will be great if I can be any help creating example notebooks around the reconcile and Silverkite.

@Reza1317
Copy link
Contributor

Hi Satya,

To answer Q1:
Silverkite model accommodates both regular regressors and lagged regressors.

We have implemented a feature which creates "lagged regressors" and use that in the model. However that feature is NOT available in this release and should become available in the next one.

Please note that the current release does support regular regressors, in which case the values of those regressors are to be available in the future (as opposed to lagged regressors.)

Reza

@al-bert
Copy link
Contributor

al-bert commented May 21, 2021

Hi Satya,

To answer Q2:

The reconcile method imposes additive constraints (not necessarily hierarchical) on a set of forecasts, in a way that hopefully preserves or even improves forecast quality. It's a newer feature so we don't have a tutorial yet, but you are welcome to try it out. Our docstrings are fairly comprehensive, and you can check test cases for examples.

Albert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants