Hi everyone,
First of all, thank you and congrats on the amazing tools you're building.
I'm working with irregular time series, and trying to do some feature engineering without resampling the data. Is there an effective way of doing this with mlforecast?
I want to compute some statistics with time-based "lags". Instead of computing the mean of the past k lags, compute the mean on all observations in the past k hours. Does that make sense?