Watts-Lab / deliberation-group-assignment

Algorithms and test suite for assigning participants to groups.
0 stars 0 forks source link

Generate several arbitrary treatment priorities #3

Open JamesPHoughton opened 11 months ago

JamesPHoughton commented 11 months ago

study 1

study 2

study 3

study 4

JamesPHoughton commented 11 months ago

Deciding that having mixed continuous and discrete dimensions is too difficult for this thesis - simplify to only continuous dimensions, so that we can use gaussian kde and a prioritization function that is continuous.

Study 1:

image

We'll come back and do more of this next week.

Alan-Qiao commented 11 months ago

We noticed that since our goal is to suggest interventions for all scenarios in the scenario space, we value rare cases equally as common cases. As a result, this seems to suggest that we would need to place higher sampling priority on rarer cases as its less likely to get data on those cases if we omit any such potential grouping.

We want to thus consider two scoring functions:

  1. Integrate the linear difference between the two surfaces.
  2. Integrate the quadratic difference between the two surfaces.