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

Allow passing future values of known_covariates to TimeSeriesCloudPredictor.predict #116

Open
shchur opened this issue May 31, 2024 · 1 comment

Comments

@shchur
Copy link
Contributor

shchur commented May 31, 2024

Currently predict and predict_real_time methods of the TimeSeriesCloudPredictor do not accept the future values of known covariates, which is a major difference from the TimeSeriesPredictor API. We should allow users to pass future values of known covariates at predict time.

@3atshan
Copy link

3atshan commented Nov 20, 2024

Hi any updates on this? predict_real_time does accept kwargs, but they are not actually passed through to the function.

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

2 participants