sql-machine-learning / models

Premade models for SQLFlow
Apache License 2.0
37 stars 17 forks source link

Add data lag operation in the Runnable extract_ts_features #84

Closed brightcoder01 closed 4 years ago

brightcoder01 commented 4 years ago

Building the lagged data as a new column is the preparation step for the later operations - window data rolling and extract_features. As a result, we add the lagged data build and clean inside the Runnable extract_ts_features.