acmutd / mentor-program-portal

A tool for matching mentors with mentees
https://mentor.acmutd.co
0 stars 0 forks source link

Matching Algorithm #3

Closed ashwin-som closed 3 years ago

ashwin-som commented 3 years ago

The preconditions for the algorithm to be executed on click is that all of the mentors and mentees have to respond to the form (react). Once this condition is met, the algorithm will run to pair up the mentors and the mentees. The algorithm utilized will be a clustering algorithm (K means). Once the matching is done, the results will be displayed on the web page for the administrators to see.

ashwin-som commented 3 years ago

This fearture is competed and is currently available in the main branch in "backend"