Setup tags come from the one-hot flags in the feature vector: is_bull_setup, is_bear_setup, is_momentum, is_reversion, is_breakout. If exactly one is set, that's the tag; otherwise it's tagged mixed.
Edge = accuracy โ 0.5. Positive means the brain has real signal in that setup type.
Brier = mean (predicted โ actual)ยฒ. Lower is better. 0.25 is the no-info baseline.