-
Notifications
You must be signed in to change notification settings - Fork 0
st heatmap
b2o2i edited this page Apr 3, 2026
·
3 revisions
Generates a color-coded grid showing how every AI-pair scored in the cross-product fact-check. Rows are report authors, columns are fact-checkers.
Run after: st-cross
st-heatmap --display subject.json # show chart on screen
st-heatmap --file subject.json # save PNG to ./tmp/
st-heatmap --display --ai-caption subject.json # chart on screen + AI narrative
st-heatmap --file --ai-title --ai gemini s.json # save PNG to ./tmp/ + title via gemini
st-heatmap --display --file --ai-caption s.json # screen + save PNG + captionOptions: --file --path --display
Related: st-cross · st-verdict · st-speed · st-analyze
Uses mmd_data_analysis.get_flattened_fc_data() to build the score matrix, then renders with mmd_plot.