Replies: 1 comment 5 replies
-
|
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to generate forecasts using
ChronosPipeline.predict_df, but I am getting the following error:ValueError: df does not contain all expected columns. Missing columns: ['id']Below is the code i am trying
My input dataframe (df_daily) contains the following columns:
datetime open high low close adj_close volumeThere is no id column because this dataset represents a single stock data.
How should this be handled when working with a single stock data ?
Thanks for the great work on Chronos.
Please let me know if a minimal reproducible example or additional details would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions