I want to compare many runs through a parallel coordinates plot and I need to evaluate them in terms of different metrics.
What I get by default when creating it manually is the following (where the various kinds of AUC scores is what I am interested in):
However, as you can see the AUCs columns have different yticks and range depending on the corresponding values, which makes it impossible to interpret them intuitively. Is it possible to set column ranges manually?
More context: I think this is related to another question on this blog. The reason why this would be convenient is when you want to compare different metrics or the same metric for different models.
In particular, I want to compare the performance of a baseline solution (Cumulative AUC (MELD)
) VS my model (Cumulative AUC
). So intuitively I would see whether the lines go up passing from one column to the other to determin whether the second column shows better performance. Unfortunately, that is misleading if I the two columns have different ranges.