prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.

Results 280 prophet issues
Sort by recently updated
recently updated
newest added

From @bletham : * Additional holidays here: https://github.com/facebook/prophet/blob/master/python/prophet/hdays.py were a sorta patch job to meet a previous deadline. * All of these should instead go directly into the holidays package:...

enhancement
help wanted

In your [quick starting reference for python api](https://facebook.github.io/prophet/docs/quick_start.html#python-api) has a several tables that has capital letters in table column that is leading mis-understanding while it should be not capital in...

Hi there, I'm new to Prophet and learning Prophet recently. I have checked docs, paper and source code, but I couldn't find a way to get trend, seasonality components for...

question

Hi meta-mates! I've encountered an issue I can't seem to solve and wanted your help given I'm not sure it's a bug in `prophet` or in the way I'm using...

bug
R

Hi, I have been reading the paper and diving into the source code to would like to ask a couple of questions on a dynamic logistic growth model (where the...

question

I'm calling `plot()` on a model and passing in an `ax`, which is then used to plot the function. This `ax` exists in a figure that is using [constrained layout](https://matplotlib.org/stable/tutorials/intermediate/constrainedlayout_guide.html),...

enhancement
good first issue

Based on @kylegoldberg's [suggested fix](https://github.com/facebook/prophet/issues/2248#issuecomment-1226029513) for #2248

CLA Signed

There have been a couple of issues asking how to extract the underlying data for the component plots, e.g. https://github.com/facebook/prophet/issues/1920 I think it wouldn't hurt us to separate the code...

enhancement
good first issue

Allow the user to specify observation weights for the past which can be used to discount early periods.

enhancement

I'm creating this issue as a place to discuss supporting non-Gaussian likelihoods. There's been a fair amount of discussion on this for Poisson / Negative Binomial likelihoods (#337). This comes...