Sometimes you might want to check how a model performs when the predictions of a single speaker are combined. In nkululeko there are two functions supported: mode (selecting the majority value) and mean (taking the arithmetic mean).
Simply specify in the PLOT section:
[PLOT]
combine_per_speaker = mean # or mode