klannon / faculty_hiring

MIT License
0 stars 0 forks source link

Create Voting Model #5

Open klannon opened 4 years ago

klannon commented 4 years ago

The core of the voting model should be for each faculty member in the department, take a list of candidates, apply biases and smearing to "true" quality scores to obtain the faculty members personal rankings of the candidates, and then sort the candidate list by the biased, smeared ranking.

Building from that core method, I should implement several voting methods so that I can explore the impacts of these voting methods. These include:

klannon commented 3 years ago

OK, I didn't do the first part in the issue description, but I went ahead and implemented way too many voting methods in 78ab90274adf5a8e9552d57b91f7abdeafc98f8d.