Classifying League of Legends positions based off Support Vector Machine model
Using scikit-learn's Support Vector Machine to predict a position in League of Legends based off user selected inputs such as Gold Share %, kills, CS per min, etc. Data is obtained from https://lol.gamepedia.com/League_of_Legends_Esports_Wiki and parsed through BeautifulSoup and pandas.
Read more here: https://noviceprogramming667661022.wordpress.com/2020/04/23/update-svm-lol-position-classifier/