This is a jupyter notebook for matching teams and developers for CodeBase.
- Add team rankings to
team_ranking.csv
, where1
is most preferred - Add dev rankings to
dev_ranking.csv
, where1
is most preferred - In
stable_marriage.py
- set
num_teams
, default is4
- set
num_devs
, default is22
- set
max_team_size
, default is6
- set
- Run
stable_marriage.py
- Open
stable_matching.txt
to check results.
All of the data in the rankings of this example repo is fake.