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

[WIP] Implement Accumulator Framework and Compound Accumulator for aggregation #47

Merged
merged 41 commits into from
Jul 2, 2021
Merged

[WIP] Implement Accumulator Framework and Compound Accumulator for aggregation #47

merged 41 commits into from
Jul 2, 2021

Commits on May 20, 2021

  1. Implementing Per partition - bounding of each contribution and cross …

    …partition
    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    53d5241 View commit details
    Browse the repository at this point in the history
  2. empty test case

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    161ee09 View commit details
    Browse the repository at this point in the history
  3. Comments

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    98efeaf View commit details
    Browse the repository at this point in the history
  4. fixed the abstract method having beam operations in it.

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    8763009 View commit details
    Browse the repository at this point in the history
  5. format the files

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    d78506f View commit details
    Browse the repository at this point in the history
  6. format the files

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    cf54652 View commit details
    Browse the repository at this point in the history
  7. comment fixes

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    2a3dc08 View commit details
    Browse the repository at this point in the history
  8. misc - Fixes for the comments on cl

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    a0051da View commit details
    Browse the repository at this point in the history
  9. misc - Fixes for the comments on cl

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    7605b1c View commit details
    Browse the repository at this point in the history
  10. added

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    6360c90 View commit details
    Browse the repository at this point in the history
  11. formatting the files

    Preethi Raghavan committed May 20, 2021
    Configuration menu
    Copy the full SHA
    52d0577 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. I screwed up the formatting. Fixing now.

    Preethi Raghavan committed May 21, 2021
    Configuration menu
    Copy the full SHA
    2ca2235 View commit details
    Browse the repository at this point in the history
  2. nit fix

    Preethi Raghavan committed May 21, 2021
    Configuration menu
    Copy the full SHA
    7dfffb0 View commit details
    Browse the repository at this point in the history
  3. fixing merge conflict

    Preethi Raghavan committed May 21, 2021
    Configuration menu
    Copy the full SHA
    54144fc View commit details
    Browse the repository at this point in the history
  4. comment fixes

    Preethi Raghavan committed May 21, 2021
    Configuration menu
    Copy the full SHA
    b5353bf View commit details
    Browse the repository at this point in the history
  5. add sample_fixed_per_key_generator for lazy impl

    Preethi Raghavan committed May 21, 2021
    Configuration menu
    Copy the full SHA
    33aed25 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. applying aggregate function after per partion bounding

    Preethi Raghavan committed May 24, 2021
    Configuration menu
    Copy the full SHA
    992e0ef View commit details
    Browse the repository at this point in the history
  2. adding types of the values

    Preethi Raghavan committed May 24, 2021
    Configuration menu
    Copy the full SHA
    22b4077 View commit details
    Browse the repository at this point in the history
  3. resolving conflicts

    Preethi Raghavan committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0eb50cb View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. applying group by key and a few fixes

    Preethi Raghavan committed May 25, 2021
    Configuration menu
    Copy the full SHA
    f59e2c7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    ed0f632 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. test cases for sample_fixed_per_key and flat_map

    Preethi Raghavan committed May 27, 2021
    Configuration menu
    Copy the full SHA
    591b620 View commit details
    Browse the repository at this point in the history
  2. 1. create nested function, 2. rename variable pid to pid_pk_v to repr…

    …esent tuple 3. unpack arguments for readability
    Preethi Raghavan committed May 27, 2021
    Configuration menu
    Copy the full SHA
    0546975 View commit details
    Browse the repository at this point in the history
  3. comment in the nested function

    Preethi Raghavan committed May 27, 2021
    Configuration menu
    Copy the full SHA
    b2f951b View commit details
    Browse the repository at this point in the history
  4. removing the comment from the nested fn. It looks unnecessary.

    Preethi Raghavan committed May 27, 2021
    Configuration menu
    Copy the full SHA
    411fc06 View commit details
    Browse the repository at this point in the history
  5. laziness test for sample_fixed_per_key and flat_map

    Preethi Raghavan committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e277898 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7567f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Merge https://github.com/OpenMined/PipelineDP

    Preethi Raghavan committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    963d943 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Basic Accumulator and test cases

    Preethi Raghavan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8d7f420 View commit details
    Browse the repository at this point in the history
  2. Adding comments

    Preethi Raghavan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    d41bef8 View commit details
    Browse the repository at this point in the history
  3. removing the unncessary formatting done

    Preethi Raghavan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    99ade2e View commit details
    Browse the repository at this point in the history
  4. removing the unncessary formatting done

    Preethi Raghavan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    05717b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Compoud accumulator add_accumulator fix, remove flattening in merging…

    … and comment fixes
    Preethi Raghavan committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    041746c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Comment fix

    Preethi Raghavan committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    12c08c9 View commit details
    Browse the repository at this point in the history
  2. Compound Accumulator cleanup

    Preethi Raghavan committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    daefd5f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. serialization

    Preethi Raghavan committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    58abd55 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    f029d51 View commit details
    Browse the repository at this point in the history
  2. format fix

    Preethi Raghavan committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    3dbe745 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. nit fixes

    Preethi Raghavan committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    24d9869 View commit details
    Browse the repository at this point in the history
  2. merge function fixes

    Preethi Raghavan committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    cb62ffd View commit details
    Browse the repository at this point in the history
  3. merge function test fixes

    Preethi Raghavan committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    d77c286 View commit details
    Browse the repository at this point in the history