csthunes / fantasy-football-project

Project space for a web app enabling the user to play around with NFL football statistics to predict the top fantasy players of the next year.
0 stars 0 forks source link

Perform regression analysis on different kinds of models for calculating a Score. #2

Closed csthunes closed 1 year ago

csthunes commented 1 year ago

Create multiple linear regression models and compare to find the best one.

The goal is to predict the next years mean fantasy points, so let's use data from 2018-2021 to try and predict 2022 (which we have data for).

csthunes commented 1 year ago

Now calculating projected half points sum, mean, and rank following analysis in R project.