Sparse lagged time series transformation operation implementation
Sparse lagged ts_transformation was added. It based on sklearn TruncatedSVD operation with extracting significant components. The optimal number of components is determined on the threshold for the increase in the proportion of explained variance depending on the number of components.