Closed RusticPotatoes closed 3 years ago
@RusticPotatoes : Please note that we accept only upper case values for Time Interval Frequency as you can see below.
We use the following pandas date range frequency aliases that Prophet uses to make the prediction dataframe. Hence, please note that these are the list of allowed aliases for frequency: ['B','C','D','W','M','SM','BM','CBM', 'MS','SMS','BMS','CBMS','Q','BQ','QS','BQS', 'A,Y','BA,BY','AS,YS','BAS,BYS','BH', 'H','T,min','S','L,ms','U,us','N']
Your time interval frequency is in lowercase and is "h". Please correct and re-run. Thanks
Following autots_multivariate_example.ipynb , importing osrs json data from runelite (data sample at the end).
When running model.fit I get the following error at the bottom (below the charts).
Here is my setup -
Example data