You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for making this repository public! I enjoy its ease of use and the built-in factors.
Problem description
I'm currently trying to generate revenue data for a bar/restaurant on an hourly basis. As far as I can see, the timeseries-generator only supports generating one data point per day, not per hour.
I tried to generate hourly data like g = Generator(factors={lt}, features=None, date_range=pd.date_range(start='15/9/2021', end='30/9/2021', freq='h'))
which didn't work.
Potential solution
Add the possibility to generate hourly data too. If this is a promising idea in your opinion, I'm willing to contribute to the implementation.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
First of all, thank you for making this repository public! I enjoy its ease of use and the built-in factors.
Problem description
I'm currently trying to generate revenue data for a bar/restaurant on an hourly basis. As far as I can see, the timeseries-generator only supports generating one data point per day, not per hour.
I tried to generate hourly data like
g = Generator(factors={lt}, features=None, date_range=pd.date_range(start='15/9/2021', end='30/9/2021', freq='h'))
which didn't work.
Potential solution
Add the possibility to generate hourly data too. If this is a promising idea in your opinion, I'm willing to contribute to the implementation.
Thank you in advance!
The text was updated successfully, but these errors were encountered: