question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plots in forecast tutorial doesn't match output.

See original GitHub issue

I run the code in Prophet Forecast in tutorial with the air_passengers dataset and m.plot() but the result doesn’t match the output there. If I remember correctly, it used to.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
BinhHongcommented, May 23, 2022

Hi @SakshiNYCU, thanks a lot for your suggestion. The result looks as I expected testKats

compared to the tutorial

Herunterladen

1reaction
SakshiNYCUcommented, May 3, 2022

@BinhHong I’m facing the same issue with the Ensemble model. A couple of weeks ago my graphs showed the actual and forecasted trends together but now as I try to replicate my results with the same code and data, they just show the forecasted trends.

I suggest you try the following:

# generate forecast values fcst = m.predict( steps=30, freq="MS" include_history = True )

I tried it for Ensemble, but it shows some error. However, in the case of SARIMA it works for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Visualize Time Series Residual Forecast Errors with ...
In this tutorial, you will discover how to visualize residual errors from time series forecasts. After completing this tutorial, ...
Read more >
Forecasting in statsmodels
This notebook describes forecasting using time series models in statsmodels. ... The summary method produces several convenient tables showing the results.
Read more >
Forecast in Excel: linear and exponential smoothing ... - Ablebits
The tutorial shows how to do time series forecasting in Excel with exponential smoothing and linear regression. See how to have a forecast...
Read more >
The Complete Guide to Time Series Analysis and Forecasting
Remember that seasonality can also be derived from an autocorrelation plot if it has a sinusoidal shape. Simply look at the period, and...
Read more >
Tutorial — AutoTS 0.5.0 documentation - GitHub Pages
The final validation results would then include four pieces, the results on the three cross ... It doesn't handle forecasts with lots of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found