Skip to content
#

forecasting

Here are 616 public repositories matching this topic...

anqus
anqus commented Jun 26, 2020

I have been recreating the plot_component daily and weekly graphs using the forecast dataframe.

forecast = m.predict(future)
fig = m.plot_components(forecast)

Recreating the daily component is straight forward, as it is repeated for every day in the dataset. So can be plotted as:

forecast['daily][:n].plot() 
# Where n = number of readings in 24hr period

However, t

gluon-ts

Improve this page

Add a description, image, and links to the forecasting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the forecasting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.