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

Hello, I have a dataset that has time series data along with 5 categorical features. I want my model to take the values in these categories into account when making...

Port https://github.com/facebook/prophet/pull/2186 to R

enhancement
help wanted
R

Platform : Windows 10 Python version : 3.8.8 Prophet : 1.1 (not fbprophet) The 'cmdstanpy' and 'prophet' packages are successfully installed. But I am getting this error while running my...

py
windows

From @humphreyapplebee: I was able to find another example of a series that exhibits this behaviour: ``` from fbprophet import Prophet import pandas as pd y = [800, 5700, 8200,...

bug

add Kyrgyzstan

CLA Signed

Hi, everyone, I am new here. Recently, I adopted prophet to do some forecast in stock market. It goes smoothly most of the time, but I encounter some problems from...

When running `Prophet().fit()` on a Mac (Monterey `12.5.1`, Apple M1 Max Chip), I get the following error message: ``` cmdstanpy - ERROR - Chain [1] error: terminated by signal 6...

py
mac
install

Hello all, I've been testing prophet-1.1.1 while building from sdist, and I ran into a problem - the resulting wheel is not functional, as embedded libraries are not properly linked...

bug
py

python3 -m pip install prophet==1.0.1 Defaulting to user installation because normal site-packages is not writeable Collecting prophet==1.0.1 Using cached prophet-1.0.1.tar.gz (65 kB) Preparing metadata (setup.py) ... done Requirement already satisfied:...

If we have other time series as regressors that are being forecasted using Prophet, then cross validation should also forecast those regressors. Right now it would use the true future...

enhancement
help wanted