You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: