[FEEDBACK] LabSDK: Use a similar bucketing mechanism for windowed-features #77
Labels
component/labsdk
Related to the LabSDK
enhancement
New feature or request
roadmap
This issue is part of the roadmap
Background
Currently, feature values of a "windowed features" are calculated in a different mechanism than the way they're processed in the Natun operator:
Although the LabSDK has a much simpler approach and yields the same results, this is preventing us from pouring the historical data back to the Natun Operator and might yield inconsistencies.
What do you propose to do?
Calculate rolling features similar to the Natun implementation:
fs.historical_get()
isWhat have you already tried?
No response
What else should we know?
We should set/get the bucket names via the go binding to prevent inconsistency.
The text was updated successfully, but these errors were encountered: