A Python Script for making groups inside partys using K-means clustering!
You will need sklearn and mathplotlib for running this code.
Everything that you need is in main.py:
- You need to change
file_pathto refer to your CSV file - Change
group_sizeto the number of people on the groups that you want. - Run
main.pyusing the following command:python3 main.py