This project, created for the Business Student Advisory Council (BSAC) at Miami University, aims to identify the key factors that set apart high-performing student organizations. We do this through an ELO rating system that compares organizations and adjusts their ratings based on survey results.
The following libraries are used in this project:
- json
- random
- datetime
- numpy
- pandas
- flask
- pymongo
We welcome contributions to enhance the project. Please fork the repository and submit a pull request with your changes.
The ELO rating system is used to calculate the relative skill levels of student organizations based on pairwise comparisons. It updates ratings based on the outcome of matches between two organizations.
The ELO rating formula is used to adjust ratings after each match:
-
$( R_{\text{new}} )$ : New rating of the organization. -
$( R_{\text{current}} )$ : Current rating of the organization. -
$( K )$ : The K-factor, which determines the maximum possible rating change (default is 32). -
$( \text{Outcome} )$ : The result of the match (1 if the organization wins, 0 if it loses). -
$( E )$ : Expected outcome, calculated as:
-
$( R_{\text{opponent}} )$ : The rating of the opposing organization.
- Initial Ratings: All organizations start with a base rating of 1500.
- Pairwise Comparisons: Users compare pairs of organizations through a survey. For each comparison, the chosen organization wins and the other loses.
- Rating Update: After each comparison, the ratings of the two organizations are adjusted using the ELO formula.
- Data Storage: Results are stored in a MongoDB database, capturing the participant's name, the organizations involved, and the comparison details.
- High Ranking Probability: When selecting organizations for comparison, we introduce a bias to compare organizations with similar ratings to maintain accuracy.
This system helps us identify top-performing student organizations based on survey feedback and derive insights from their relative ratings.
Using this system, we can produce insights such as:
"Top quartile of student organizations that hold regular elections outperform the bottom quartile by 3x in terms of ELO rating."
This allows us to quantify the impact of specific factors on student organization performance. as: