This project implements Ordinary Least Square (OLS) and Least Absolute Shrinkage and Selection Operator (LASSO) regression models using NFL data. The OLS regression model is used to analyze the linear regression between predictor and response variables. The LASSO regression model calculates the coefficient values for the data, keeping only the most significant variables. The project successfully implements both models and plots the regression graphs.