Implement sparse lagged operation
Created by: Dreamlone
The lagged operation turns the original time series into a tabular form. However, with large values of the moving window, there are a lot of features, which does not allow us to quickly train pipelines.
There is a need to implement an operation that would allow selecting certain lags from a lagged table with attributes.