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.
Error on fit
I've just installed prophet but It's not working when I try to fit. ``` 14:11:57 - cmdstanpy - INFO - Chain [1] start processing 14:11:57 - cmdstanpy - INFO -...
hi I installed package prophet (not fbprophet) in Python 3.9.4. But fitting a model gives error. With the same data in R code works perfectly. What is the issue? model...
I asked Pyodide to add "prophet" as a package, the following are the responses from pyodide: "It would likely need some work as there are a number of unpackaged dependencies...
Updating plot.py to replace pandas series .astype() method with .view for datetime64 functions, as this functionality is now deprecated. Please see more details in #2231 where this issue was raised.
Hi, I have 2 years of daily data (one data per day from Monday to Friday), plus the current year and I want to forecast up to a month and...
Hi there, I was wondering if there is a way to apply a prophet model (already learned) to a new data. Let say, I learned a model M from a...
Gents, I was reading a few articles in the internet on how to choose the best seasonality mode, but the answer is still not too clear to me. For example...
Hello, While installing prophet 1.1 on Windows I got this error: Running setup.py develop for prophet ERROR: Command errored out with exit status 1: command: 'c:\users\dalfovodesouzabernar\downloads\tsaf-v0.9.4-online-win\win64\.tsafvenv\scripts\python.exe' -c 'import io, os,...
While fit my data by [updating fitted model](https://facebook.github.io/prophet/docs/additional_topics.html), the following error appears ``` Traceback (most recent call last): File "/dockerdata/jiangszhang/anaconda3/envs/abnormal_detection/lib/python3.7/site-packages/joblib/externals/loky/process_executor.py", line 436, in _process_worker r = call_item() File "/dockerdata/jiangszhang/anaconda3/envs/abnormal_detection/lib/python3.7/site-packages/joblib/externals/loky/process_executor.py", line...
Hello, i have trained my Prophet model and everything works out fine. I am just wondering about the output I get when fitting the model (see screenshot). Does anyone knows...