klannon / faculty_hiring

MIT License
0 stars 0 forks source link

Create Model of a Faculty Member #3

Open klannon opened 4 years ago

klannon commented 4 years ago

Faculty members should have the following properties

For the biases, there should be some "average" value for the population, but then each faculty instance should have a randomly smeared set of biases.

Also should provide a method to determine if a faculty member retires.

klannon commented 4 years ago

Also need a quality rating for the faculty member.

Need a way to create smeared quality ratings for candidates in order to act on those for voting decisions.

There should be a way of converting candidate data into Faculty data.

klannon commented 4 years ago

In 977465ca002633473dabe6640e7ed33db7a7713b, added a model of a faculty member that includes age, experience, and demographics take from a candidate class. There is also code for checking faculty members for retirement. I haven't added the biases and subjective quality properties that could be used to model faculty voting yet.