ntbloom / gamewinner

college bball bracket predictor -- bring your own algo
GNU General Public License v3.0
1 stars 1 forks source link

Recency Bias #15

Open michaelmcd18 opened 1 year ago

michaelmcd18 commented 1 year ago

Noticed that evanmiya had some extra columns when you select "Show Change - Last 30 Days"

They provide each team's change in BPR over the last 30 days, which teams who have increased the most could have more momentum than team's with a higher BPR, but worse play over the last 30 days.

Added strategy is "RecencyBias", which follows TheCuts pretty closely

seth127 commented 1 year ago

@ntbloom I'll take a look at this, probably this weekend. I talked to @michaelmcd18 and we'll probably refactor how he loads this recency data a bit. That said, I'm very psyched to have recency data in here.

He has it running though, so he can print himself a bracket if he wants to. There's no need to actually merge this before the tourney starts.