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

feed in fixed quantile bins and sort datapoints accordingly #2

Open
RyanK0902 opened this issue Jul 1, 2023 · 0 comments
Open

feed in fixed quantile bins and sort datapoints accordingly #2

RyanK0902 opened this issue Jul 1, 2023 · 0 comments

Comments

@RyanK0902
Copy link

RyanK0902 commented Jul 1, 2023

To do this, we need to determine the dependency of quantile building and sorting. If they're modularized, just identify input/output. Otherwise, determine how values are accessed.

Test Cases:

  1. verify fixed bin_values --> make sure each iteration isn't rerunning weighted_quantile_sketch.
  2. compare original histogram results (this runs weighted_quantile_sketch) AND quantiles built with same bins as input.
@RyanK0902 RyanK0902 added this to the Quantile building unit tests milestone Jul 1, 2023
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

No branches or pull requests

1 participant