-
In your [quick starting reference for python api](https://facebook.github.io/prophet/docs/quick_start.html#python-api) has a several tables that has capital letters in table column that is leading mis…
-
Hi, I apologise if I have missed this but I can't find a way to assess for hour of day by day of week effects. Your programme will look at day of week and hour of day but not hour of day per day of we…
-
**Is your feature request related to a problem? Please describe.**
Timeseries padding is important to minimize edge effects, particularly with filtering. Currently, `pyleoclim` uses `tspad`, which fi…
-
Hi,
I am trying to forecast airline travel and I have 3 years worth of data (2019-2021), spanning from pre-covid until now. I have read #1416, #1726, and #1595 and I've tried the following, with re…
-
Hi,
I recently started using Prophet in Python, and whilst it is working (quite well), it is printing out messages which appear to be generated by PySTAN and suppressing output from stdout, stderr,…
-
Is there any way at all to get meaningful results out of Prophet when the response variable is categorical or even binary (0 or 1)?
Basically, I have an up-or-down test that runs periodically. The …
-
I'm trying to handle the impact on COVID in the same way as described in #1916 except that my time series has monthly data points rather than daily. This results in the holiday effect being ignored as…
-
## Project Robyn
## Describe issue
I am providing following input to robyn and recommended hyperparameter range.
However, I am getting train:0.80, val:0.81 and test=0.07 Adj R2.
Please guide m…
ghost updated
4 months ago
-
-
Dear Team,
I am new to time series. I have a problem in hand where i am trying to forecast transaction values for the period of 30 days. For this I have a historical data for the last 10 years with…