cshaley / bracketeer

Generate predicted bracket from a kaggle march madness submission
MIT License
33 stars 13 forks source link

Fixes the no '%' in slot[134] issue. #1

Closed Counterfly closed 7 years ago

Counterfly commented 7 years ago

I think there was some issue when the winner was the 'top' team but i slightly modified the algorithm to only keep the current round winners.

cshaley commented 7 years ago

Tested out and it works on my machine/prediction. Good catch and nice code cleanup!