darts icon indicating copy to clipboard operation
darts copied to clipboard

window transforms as "encoders"

Open hrzn opened this issue 2 years ago • 8 comments

Right now we have a transformer for window transforms. It'd be nice to also have an add_encoders-equivalent way to specify window transforms, in order to make them work out of the box with auto-regressive models. It can be re-using the add_encoders argument, or maybe introducing a new add_window one.

hrzn avatar Jan 25 '23 10:01 hrzn

is there anyone working on this actively or is just in the pipeline. I am interested to add it, but I need definitely some initial guidance.

nagydavid avatar Feb 28 '23 16:02 nagydavid

Hi All, is there any update on this task?

nagydavid avatar Apr 12 '23 13:04 nagydavid

Hi @nagydavid,

This feature is still open to grab. Would you be interested in contributing?

madtoinou avatar Jun 07 '23 12:06 madtoinou

@madtoinou I am still up for it, I am on holiday, when I get back I will look into it :)

nagydavid avatar Jun 10 '23 22:06 nagydavid

Would be great to have capability of do window calculations on the fly. Keeping fingers crossed for this one :)

wojnarabc avatar Jun 20 '23 12:06 wojnarabc

Hi all, many thanks for your work, DarTS is very useful to me on a daily basis ! Can't wait to try out this new feature, which is very useful for purely autoregressive time series :)

GunZerker-data avatar Sep 20 '23 08:09 GunZerker-data

Hi @madtoinou do you think this feature will be available in a near future ?

Jonathan-87 avatar Jan 04 '24 21:01 Jonathan-87

It's currently being partially implemented in PR #2021 (for historical_forecasts() methods).

Once it's merged, we'll try to extend it to the models themselves but difficult to tell if it'll be part of the next release.

madtoinou avatar Jan 07 '24 19:01 madtoinou