You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Right now append_slope_features requires a column named "assetId" which it will use to group observations for the purpose of calculating stateful features. I believe this is unnecessarily opinioned about how users are using groundhog. I propose we remove this requirement, and instead include an optional parameter to specify a grouping column. This means that a user with observations for only one entity will not need to make a dummy assetId column.