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

Dynamically join Buckets in data drift clustering #255

Open
sourabhagr opened this issue May 15, 2023 · 0 comments
Open

Dynamically join Buckets in data drift clustering #255

sourabhagr opened this issue May 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sourabhagr
Copy link
Contributor

During data drift calculations, we assume a fixed number of buckets and split the data equally among them. This causes issues when the data can have very few unique values. Ex: if the variable is tagged as continuous and it only has values = 0 and 1 in reference dataset, we should ideally have 4 buckets - <0, 0, 1, >1. But the current logic will split the data in 20 buckets with many buckets = 0 and remaining as 1

@sourabhagr sourabhagr added the enhancement New feature or request label May 15, 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