cshaley / bracketeer

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

Update with current results #4

Closed bdilday closed 5 years ago

bdilday commented 5 years ago

This MR adds the option to pass in a CSV file that include the current results for the games already played. If this file is provided, then the bracket will show the team that won in the subsequent rounds, instead of the team that was predicted to win. This helps visualize your prediction for the later rounds, in the cases where the teams you picked in the earlier rounds loses.

cshaley commented 5 years ago

This looks awesome! Can you add sample code and a sample result to the README?

It would also be great if you could color the text or highlight the text of correct/incorrect predictions (green and red, respectively), but that could be saved for another PR.

bdilday commented 5 years ago

I added an example to the README. Using colors is a great suggestion, but I'd rather have that be a separate PR.