Enter a regex with capturing groups to match against run names:
Each matching run will be assigned a color based on the "key" formed by
its matches to the capturing groups.
to assign all runs containing train to one color and all runs
containing eval to another color.
/{{regexString}}/.
Please check if your regex string is correct.