|
|
|
|
|
by was_boring
2811 days ago
|
|
There are a few ways you can tackle this issue: 1) have the same algorithm for each group, but train separately (so in the end you have two different weights); 2) over-sample the group under represented in the data; 3) make the penalty more severe for guessing wrongly on female then male applicants during training; 4) apply weights to gender encoding; 5) use more then just resumes as data. This isn't an insurmountable problem, but does require extra work then just "encode, throw it in and see what happens". Amazon only scrapped the original team, but formed a new one in which diversity is a goal for the output. |
|