-
Hi! I am using fbprophet on predicting data that come with every 5 minutes. One of the data sets has very high spikes in it. When plotted it looks like below.
![Singapore](https://user-images.githubu…
-
I am trying to install fbprophet on ubuntu 16.04 with python 3.6.3...
I tried `pip3 install fbprophet` but got an error:
```
INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_1fdd477dd8bc…
-
When running a mode fit, I´m getting the following warning:
```
/home/user/lib/venvs/ts/lib/python3.5/site-packages/fbprophet/forecaster.py:880: FutureWarning: Series.nonzero() is deprecated and wil…
-
Hi Nabeel,
Hope you are doing well.
I was trying to forecast using the facebook prophet model but ended up not getting the prediction of what I supposed to get. Basically, I have a measur…
-
`pandas` 0.24 contained some changes to how timezone offsets were handled (I think related to this? http://pandas.pydata.org/pandas-docs/version/0.24/whatsnew/v0.24.0.html#parsing-datetime-strings-wit…
-
Hi, we are having an issue that only occurs when we are trying to forecast using additional regressors. We have a data frame "future" that has the POSIXct date and the future values of the exogenous v…
-
Is there a chance to investigate whether the One-Shot Reptile optimizer can deliver results comparable to Bayesian / Evolution?
I observed that the Bayesian / Evolution combo usually requires data…
-
my data with one hour period ,use the default param cannot predict well . Can I change same param to fit the model better when predict data with short period
-
Recently there have been a number of issues related to seasonalities that depend on other seasonal factors:
* Weekly seasonality that depends on the time of year (summer vs. winter) (#425)
* Daily s…
-
From "DeepAR: Probabilistic Forecasting with Autoregressive Recurrent Networks" as follows:
"In recent years, a new type of forecasting problem has become increasingly important in many application…