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

Add filter_max_moving_count operator. #257

Merged
merged 10 commits into from Sep 26, 2023
Merged

Conversation

achoum
Copy link
Collaborator

@achoum achoum commented Sep 12, 2023

Note: The name of the operator still need to be validated.

@achoum achoum marked this pull request as ready for review September 12, 2023 10:26
docs/src/reference/index.md Outdated Show resolved Hide resolved
temporian/core/event_set_ops.py Outdated Show resolved Hide resolved
temporian/core/event_set_ops.py Outdated Show resolved Hide resolved
) -> EventSetOrNode:
return FilterMaxMovingCount(
input=input,
window_length=normalize_duration(window_length),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as until_next, would move normalize_duration to class' constructor

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll wait to resolve the discussion on the other PR, and update this PR according :)

@achoum achoum merged commit 2bca966 into main Sep 26, 2023
17 checks passed
@achoum achoum deleted the gbm_filter_max_moving_count branch September 26, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants