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

allow users to set minimum event count to detect anomalies #15

Merged
merged 5 commits into from
Dec 8, 2021

Conversation

bjornj12
Copy link
Contributor

@bjornj12 bjornj12 commented Dec 8, 2021

Description & motivation

Allowing users to set mininum_avg_event_volume parameter to disgard very low volume events, as the algorithm has a really hard time with low volumes, We at avo set this at 100 ourselves, as we have some events with extremely low volume

Checklist

  • I have verified that these changes work locally on the following warehouses (Note: it's okay if you do not have access to all warehouses, this helps us understand what has been covered)

    • BigQuery
    • Postgres
    • Redshift
    • Snowflake
  • I have updated the README.md (if applicable)

  • I have added tests & descriptions to my models (and macros if applicable)

  • I have added an entry to CHANGELOG.md

@bjornj12 bjornj12 requested a review from hugihlynsson December 8, 2021 16:10
Copy link

@hugihlynsson hugihlynsson left a comment

Choose a reason for hiding this comment

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

LGTM

@bjornj12 bjornj12 merged commit 350dce7 into main Dec 8, 2021
@bjornj12 bjornj12 deleted the minimum-event-count-parameter branch December 8, 2021 16:36
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.

2 participants