Skip to content

Forecasting and tuning Neural Prophet #741

Discussion options

You must be logged in to vote

Hi @Msaleh87 Here are some Ideas:

  • Try a lower amount of lags (e.g. just 3-7 days). OR downsample your data to 15min or hourly OR add a hidden layer of a small size (e.g. 8-32) (reason: your current AR model is massive, it has 2*24*12 * 16*24*12 = 2,654,208 parameters, and is likely overfitting)
  • instead of regularizing seasonality, try setting the number of fourier terms (instead of "auto")
  • use the plot_components and plot_parameters function and see if the make sense
  • find external regressors like temp
  • at the end, tune learning rate and epochs

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ourownstory
Comment options

@Msaleh87
Comment options

@Msaleh87
Comment options

Answer selected by ourownstory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants