Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] add t0 to FeatureCollection.calculate() #92

Open
jonasvdd opened this issue Feb 23, 2023 · 0 comments
Open

[FEAT] add t0 to FeatureCollection.calculate() #92

jonasvdd opened this issue Feb 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jonasvdd
Copy link
Member

Suppose you want to (1) extract features for multiple groups (e.g. multiple users or machines), and (2) your data is irregularly sampled (or gaps occur), and (3) you want to to ensure that the start times of the features over the multiple groups are the same.

This can be achieved by

  • segmenting manually using segment_start_idxs and segment_end_ids ; but then you:
    • lose the window stride information in the column
    • you must create a segment range for each window-stride configuration; which is labor-intensive

This can all be solved by providing a t0 to the calculate method;

  • t0 is the first timestamp which will be used to create the window-stride segments. All groups will have the same indices.
@jonasvdd jonasvdd self-assigned this Feb 23, 2023
@jonasvdd jonasvdd added the enhancement New feature or request label Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant