COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

Restructure cohort result output #136

Closed KimballCai closed 1 year ago

KimballCai commented 1 year ago

The output cohort logic has at least one bug. The users are repeatedly added to the cohort output.

hugy718 commented 1 year ago

Now all cohorts are written out as files which is not necessary. And the logic is coupled with CohortProcessor. I will restructure these logic.