-
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 …
-
Hi,
I am using Prophet in order to forecast sales of the company using estimated marketing metrics as regressors. Is there a chance to get how much influence does have each of the regressors? For the…
-
When plotting with the library sometimes two figures appear. So far I've noticed the issue for:
bw.distribution_by_wind_speed()
bw.SectorRatio.by_sector()
plot, data = bw.monthly_means()
plot, dat…
-
how to add the future activities and holidays details to prophet
-
Hi,
When I exported by predictions out to a CSV, the dates seem to be hugely spread out. I've been doing daily forecasts, but if I pick say 30 days as my period, I get 30 days over a period of 365,…
-
https://facebook.github.io/prophet/docs/non-daily_data.html
Prophet can make forecasts for time series with sub-daily observations by passing in a dataframe with timestamps in the ds column. The …
-
-
https://facebook.github.io/prophet/docs/diagnostics.html
### Getting an error: ImportError: cannot import name 'performance_metrics'
```
# Python
from fbprophet.diagnostics import performance_metr…
-
Hello,
I had dataset at monthly level from Jan 2012 through August 2018. I observed that January's had highest variance. So I segmented the data into jan dataset and nonjan dataset and ran the pred…
-
In prophet readme on github there's information:
> It works best with daily periodicity data with at least one year of historical data.
The data I am using unfortunately has range of a few months…
tdyku updated
5 years ago