https://github.com/nixtla logo
a

Ali

06/25/2023, 8:17 PM
How can I make the frequency 5 minutes with neuralforcast or is that not possible?
c

Cristian (Nixtla)

06/25/2023, 11:07 PM
Hi Ali! NeuralForecast stores the data in pandas dataframes, so you can specify any frequency available in pandas. For instance, you can set
frequency='5min'
for 5 minute frequency.
a

Ali

06/25/2023, 11:57 PM
I tried some of the models and for some reason I get values close to 0 for most values for my time series forecasting
c

Cristian (Nixtla)

06/26/2023, 1:58 PM
can you give us more details of the setting? are the time series sparse (many 0s)?
a

Ali

06/26/2023, 11:19 PM
the time series is consisted of like 80000 values (nearly 4 months) of count of number of people in a room with 5 minutes frequency and yes around 2/3 maybe even more of the count is 0
2 Views