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

Generate rankings from multiple factors at once #24

Open csthunes opened 1 week ago

csthunes commented 1 week ago

Currently rankings can be generated from other rankings as well as from a specific data column.

Consider a modular approach to generating the starting rankings. As in, a user can add more columns or rankings into play and weight them equally (default) or a slider to change weights of each.

For example, create rankings from "Rankings 2" (50% weight) but also from columns "Projected Mean" (25%) and "HALF Median" (25%).