Make_future_dataframe for weekly #1205
Answered
by
M-Adrian-N
M-Adrian-N
asked this question in
Q&A - get help using NeuralProphet
-
Hi, how do we use Make_future_dataframe for weekly data? I see the freq parameter is not recognized. |
Beta Was this translation helpful? Give feedback.
Answered by
M-Adrian-N
Mar 8, 2023
Replies: 1 comment
-
Figured it out, it takes it from how the models are created (if model.fit(df, freq="W") then the same scope will be applied to make_future_df). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
M-Adrian-N
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out, it takes it from how the models are created (if model.fit(df, freq="W") then the same scope will be applied to make_future_df).