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

Forecast with newer data do not uses existing values #3361

Open
PhilippTP opened this issue Aug 27, 2024 · 0 comments
Open

Forecast with newer data do not uses existing values #3361

PhilippTP opened this issue Aug 27, 2024 · 0 comments
Labels

Comments

@PhilippTP
Copy link

Operating System

Windows

Version Information

Python Version 3.8

Steps to reproduce

In sdk/python/jobs/pipelines/1h_automl_in_pipeline/automl-forecasting-in-pipeline/automl-forecasting-in-pipeline.ipynb at Chapter 4.1 it is explained, that one can update the data with newer values and leave NaNs for the values that should be predicted. However when I try to do it, it just overwrites my actual values and not just the NaNs... Can someone explain how that is possible?

Expected behavior

The actual values should stay how they are, only NaNs should be overwritten.

Actual behavior

Actual values are overwritten with predicted values.

Addition information

No response

@PhilippTP PhilippTP added the bug label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant