The Imperfect Perfectionista
06/11/2024, 11:02 AMunique_id
, and y
where ds
gives daily data, what's the Nixtla recommended way to convert it into monthly data if I want to predict every month's sale for each unique_id
? I can apply apply normal dataframe groupby sum for month, year and unique_id
, but wondering if Nixla provides its own API for this kind of operation? Also, the models understand freq='M'
right?José Morales
06/11/2024, 3:31 PM