You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2023. It is now read-only.
uniformly sample (with replacement) n observations from each group, where n is the expected size of that group assuming a uniform distribution (conditioned on the protected class s).
Preferential Sampling
sample observations using a ranker R, similar to the massaging method.
the procedure is to duplicate the top-ranked X_s1_y+ and X_s0_y– while removing
top-ranked X_s1_y– and X_s0_y+.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sampling is composed of two methods:
Uniform Sampling
n
observations from each group, wheren
is the expected size of that group assuming a uniform distribution (conditioned on the protected classs
).Preferential Sampling
R
, similar to the massaging method.X_s1_y+
andX_s0_y–
while removingtop-ranked
X_s1_y–
andX_s0_y+
.The text was updated successfully, but these errors were encountered: