One of the things I do as a statistician is make cute little graphs to visualize data. The graphs show the table positions, colors and records for each player. I can look at one of these and immediately remember decks and various things. It is also useful for people to look at and think about if they should have moved colors, if they were reading the signals appropriately, or whatever. The small circles represent a light splash (1-3 cards usually).
Also, I know it looks like a total jerkhole thing, but I've 3-0'd every draft since we started making these. So I'm not just hand-picking the ones that make me look good. Also helps for seeing what colors are doing well, and track results. Each of these graphs takes about 2 minutes to make (automated code, just data entry).
If people find them interesting I could make a website that generates the graphs automatically.
Draft 1:
Draft 2:Optionally, some insight in how you prefer to lay things out, e.g. Do you list colorless creatures separately from non creature colorless? Do you do separate blocks for each color pair/wedge? Stuff like this is customizable and intended to be user editable, the default right now is what's in the screenshots, and then lands/colorless/multicolor is just one lost ATM.
Also, you could let me know what heuristics you'd like on. This link is to a test where I'm asserting that each of them are supposed to be doing and is as long as it's readable (I've tried phasizing that) you can infer what the heuristic is trying to help with:
https://github.com/rdennis463/cuesbey/blob/master/cuesbey_main/cube_diff/tests/test_cards.py#L117
e.g. X spells are often consider infinite mana, instead of the actual cmc: the link is resting that devil's play has that option.
So far it's been coded around assuming singleton, but I needed to fix that anyway and it's not a huge deal.