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

How to add exogenous regressors to kats.models.sarima.SARIMAModel ? #70

Closed
satya-pattnaik opened this issue Jun 30, 2021 · 2 comments
Closed

Comments

@satya-pattnaik
Copy link

Using the keyword exog for kats' SARIMA module throws an error.

Is the kats SARIMA suited for modelling exogenity?

I am pasting a snip:
MicrosoftTeams-image

If there is a way to pass exog regressors, it will be really helpful to show an example snippet.

@Axemen
Copy link
Contributor

Axemen commented Jul 2, 2021

Hey @satya-pattnaik, I did some digging and found out that the model is properly passing the exogenous variable to the predict function. So for the moment this won't work.

I have created a PR that fixes this issue and adds a test to ensure that it works in the future. #75

@jeffhandl
Copy link
Contributor

This issue has been resolved with PR #75

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