Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Running experiments with different units of analysis in a common namespace. #163

Open
naanand opened this issue May 11, 2021 · 1 comment

Comments

@naanand
Copy link

naanand commented May 11, 2021

Is it feasible to run mutually exclusive experiments with different units of analysis.

I have the following units configured for different experiments, that I intent to run within a single namespace
unit = [userid, contentid, sourceid]
unit = [userid, contentid]
unit = [userid]

Is there any reference implementation for the same?

@naanand
Copy link
Author

naanand commented May 13, 2021

I ended up creating different namespaces for each units of analysis.
Namespace A for all experiments of unit = [userid, contentid, sourceid]
Namespace B for all experiments of unit = [userid, contentid]
Namespace C for all experiments of unit = [userid]

This seems to be working fine.

Would still love to get any expert guidance on this topic.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant