Hello everyone š,
I have a question related to namespaces.
We want to launch two experiments in parallel that perform changes on the same part of the user flow. Because of this, we thought about using namespaces and having mutually exclusive user groups (suppose 0 to 0.5 and 0.5 to 1). Before going 100% down that route, I have a main question. One of the experiments will potentially finished earlier than the other one. In this case, if we roll out the winning variant for the first experiment:
Will this change be roll out to the whole population (this is 100% of the Namespace) or just be roll out on the population considered in that first experiment (in this case it would mean a 50% of the total population)?
Thanks in advance š