This is a simple program that predicts the winner of an ongoing LOL match. The program uses random forest to calculate the how hard is each gaming parameter (such as # of tower destroyed by each side) going to affect the final result. And sort them by their importance. The program also uses python's tkinter class to create a user interface. This allows users to plug in the match parameters and see which team is most likely to win after they click on the "predict" button.
Log in or sign up for Devpost to join the conversation.