prophet
prophet copied to clipboard
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
hi guys, I got this error when I try to fit my model by prophet `WARNING:fbprophet.models:Optimization terminated abnormally. Falling back to Newton.` so would you please help me to overcome...
Here's my data 1980-01-06 16:00:00,60 1980-01-07 00:00:00,0 1980-01-07 08:00:00,60 1980-01-07 16:00:00,0 1980-01-08 00:00:00,60 1980-01-08 08:00:00,0 1980-01-08 16:00:00,60 1980-01-09 00:00:00,0 1980-01-09 08:00:00,60 1980-01-09 16:00:00,0 1980-01-10 00:00:00,60 1980-01-10 08:00:00,0 1980-01-10 16:00:00,60 1980-01-11...
Greetings! Is there anyway to quantify holiday-importance using a scalar value for each? I understand that the `model.predict()` output will contain the amount of the estimate `yhat` that is coming...
Currently there are no M1 wheels for prophet on pypi. We have locally built it and can upload it, if that's something which might help other people.
Changed "a initial" to "an initial" in the last sentence of the first paragraph from the Diagnostics: Cross Validation section.
Some light python refactoring of if/else logic and string formatting.
I'd like to use Prophet to perform anomaly detection based on a dataset that has multiple columns. Is there a way to do this with Prophet in a way that...
Hi, I have a Flask server which receives some data and returns its forecast using fbProphet. For production deployment, I really need to set a timeout in order to prevent...
* python 3.8.13 * pip==22.1.2 * pystan==2.19.1.1 `pip install prophet`: Building wheels for collected packages: prophet Building wheel for prophet (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did...
### Current * `requirements.txt` includes both build dependencies and runtime dependencies. This gets injected into `setup.py` under `install_requires`, but this variable should only contain runtime dependencies. * The instructions to...