-
I've been using fbprophet in my local dev environment (Mac) for a while for forecasting purpose and It's AWESOME.
I'm planning to run my forecasting engine on EC2. But I have issue with installing…
-
In the forecaster.py script, for the line:
`all_holidays = pd.concat((all_holidays, holidays_to_add), sort=False)`
There is no option 'sort' in the pandas concat function which is now throwing err…
-
How to explain Y axis values of plot_components for yearly, monthly, weekly graphs.
Question1: the values for y axis for the above 3 plots is different or same.
Question2: what scale are the y…
-
I am on 0.4 version of Prophet in RStudio, trying to add the country specific holiday, and get the error saying "Error in add_country_holidays(m, country_name = "de"): could not find function "add_cou…
-
Hi,
I have a question regarding forecasts on monthly data. I have about 12 years of monthly data and trained the Prophet Model with yearly seasonality and otherwise default parameters on it.
Fro…
-
**Edited for clarity and to simplify the scenario**
I am attempting to exclude dates from the forecast but it seems the model continued to consider them even after removing from the `future `datafr…
-
I read this about the parameter changepoint_prior_scale.
https://facebook.github.io/prophet/docs/trend_changepoints.html
This question may not exactly be a prophet question, but for data analytic…
-
The following error is returned once I have installed the package and run library(prophet);
`> library(prophet)
Error: package or namespace load failed for ‘prophet’:
.onLoad failed in loadNames…
-
can anyone provide the math of MAP estimation of parameters in a detailed way.Thank you
-
Hello! Love the package and what it has to offer.
I am trying to solve a problem that involves forecasting sales for 1000s of items in a database given their historical sales. I want to find a quick …