This repository contains the code and methods for each post analyzing the 2019 draft. Each post has its own folder with its own data, code, and graphs.
The first project is predicting the best scorers in the 2019 draft. It uses rookie and college data since the 1990 draft and projects PPG for prospects who played in college and are projected in the first round of the Ringer's mock draft (as of 6/15 update). It can be accessed in the "scorers" folder.
The second project uses cosine similarity and Euclidean distance to create comparisons for the lottery. It uses college data since the 1990 draft and computes similarity between each player picked in this year's lottery and the entire historical database of lottery picks. It can be accessed in the "similarity" folder.
The third project uses four classification models to predict All-Stars from the top-10 picks of the 2019 draft. It uses college data from the 1990-2015 drafts to predict All-Stars. It can be accessed in the "all-stars" folder.