Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 668 Bytes

File metadata and controls

27 lines (14 loc) · 668 Bytes

f19-data-science-nba

Data analysis on the NBA mvp dataset found on Kaggle:

https://www.kaggle.com/danchyy/nba-mvp-votings-through-history

Heavily inspired by a reddit post crossposted from Medium:

https://towardsdatascience.com/predicting-2018-19-nbas-most-valuable-player-using-machine-learning-512e577032e3

Analysis done in R Markdown and requires the datasets above and the following R Libraries (none of the libraries take longer than 3 seconds to install on RStudio through "install.packages")

tidyverse

caret

ggplot2

glmnet

randomForest

neuralnet

corrplot

Data Analysis by Tony Hoan Trinh for the November 4th 2019 Guelph Coding Community Event