input dataframe column is obliged to be named "ds", "y" and output dataframe column is olbliged to be named "yhat1" #1581
changhyeonnam
started this conversation in
Feature Requests & Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I know, to use neuralprophet, you need to write the following preprocessing code to rename the column name.
I know it's a convention of neuralprophet ('ds', 'y'), but it could be beneficial if you could add a feature that could change the column name like this.
so that, you don't need to add renaming method for column name.
Beta Was this translation helpful? Give feedback.
All reactions