-
Facebook prophet relies on RStan, which is proving almost impossible to install on most of our customers infrastructure. Reason is it depends on a bleeding edge version of gcc and on running custom sc…
-
Hello,
Currently, I am building out different models with prophet. I was using the 0.5 version and then I switched to the 0.4.post2.
```
model = Prophet(
holidays_prior_scale=15.0,
)
…
-
I've noticed that there is no unit test that checks end to end (fit to predict) workflow of the library. The `TestProphet.test_fit_predict` just calls the `predict` but no result is being checked, th…
-
Installing collected packages: fbprophet
Running setup.py install for fbprophet ... error
ERROR: Command errored out with exit status 1:
command: /opt/rh/rh-python36/root/usr/bin/python3…
-
Is there a way to use the cross validation utility to evaluate prediction performance as a function of training period size, or can this be accomplished be iterating through a range of `initial` perio…
-
Hello,
Need your approval on the approach taken by me.
Please find file attached with ds and y column. rows = 165. looking at a period of 6 months
Questions.
1. Assume prophet takes care o…
-
Hi!
I was wondering if it was possible or even recommended to have functionality that reduces the portion of the uncertainty due to trend change to 0. I think my use case is that I actually want th…
asu04 updated
5 years ago
-
As far as I know, some holidays or recurring events can be passed in Prophet. According to the [docs](https://facebook.github.io/prophet/docs/seasonality_and_holiday_effects.html), it seems that effec…
-
Followed mac os build instructions. Got the following error while running the build.
```
vinnyvoos-Mac:~ vinnyvoo$ /Users/vinnyvoo/Documents/electrum/dist/Electrum ; exit;
Traceback (most recent …
ghost updated
5 years ago
-
Hi,
My data is at a daily level for the years 2017, 2018. I am training the model till Nov' 18 and forecasting Dec'18 so I can compare the numbers with actuals. While laying down actuals and foreca…