The Wayback Machine - https://web.archive.org/web/20201006085453/https://github.com/topics/forecasting
Skip to content
#

forecasting

Here are 640 public repositories matching this topic...

fbonaita
fbonaita commented Sep 17, 2020

Hi,

I'm considering upgrading prophet from v0.6 to v0.7.1 but before doing so it'd be helpful to know exactly what the changes are about.
I couldn't find the changelog for either v0.7 or v0.7.1 on https://github.com/facebook/prophet/releases unfortunately.
Is it possibly reported somewhere else?

On a different note, I noticed the new code uses tqdm when running cross_validation with `pa

gluon-ts
lostella
lostella commented Sep 22, 2020

Description

Currently, DistributionOutput classes produce a TransformedDistribution when the distribution method is invoked with loc and scale. However, we cannot get mean and variance out of such object:

import mxnet as mx
from gluonts.mx.distribution import GaussianOutput

distr_output = GaussianOutput()

args = mx.nd.array([0.0]), mx.nd.array([1.0])
loc = mx.
sarikayamerts
sarikayamerts commented Jul 21, 2020

Is your feature request related to a current problem? Please describe.
Currently, I couldn't see an example to demonstrate fbprophet usage through darts. I am opening this issue to create an example notebook for prophet usage.

Describe proposed solution
Adding a new jupyter notebook to examples folder to show the usage of fbprophet with different seasonal frequencies & holidays.

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.