conorreid / dst_scoring_model

Model for D/ST fantasy football scoring
MIT License
1 stars 0 forks source link

Map QBs to teams #4

Closed conorreid closed 5 years ago

conorreid commented 6 years ago

Currently, taking interception stats for the opponent by team is a bit dubious, as interceptions are almost entirely quarterback dependent. If a team had one quarterback last year and a new one this year, then we should be using that new quarterback's career interception average, not last year's team average from their old quarterback. This will considerably improve the interceptions number.

conorreid commented 5 years ago

Being worked on; see https://github.com/conorreid/dst_scoring_model/tree/qb_mapping

conorreid commented 5 years ago

Addressed in #21; closing