For access to XP, users can self-onboard via the MLP UI.
-
Visit MLP Landing Page, open the sidebar and click
Experiments
. -
You should see the following Landing page, if you have yet to setup the project for Experiments.
-
Upon clicking 'here' in the previous page, you should see a form to input the necessary settings.
-
Enter a name for the Randomization Key and select the Segmenters.
-
The order of the segmenters determines the priority of the segmenters when optional segmenters are used. For example, if the chosen segmenters are
s2_ids
, anddays_of_week
(in that order) and a given request matches 2 experiments - one where thes2_ids
is optional and another one where thedays_of_week
is optional, the s2_ids experiment (where there is an exact match of the s2_ids) will be chosen. For more information and examples, please refer to the Experiment Hierarchy section in the Introduction page. -
Where the segmenter may be computed from several different (groups of) variables at runtime, also select the desired variable mapping. For example,
s2_ids
may be supplied ass2_id
or computed fromlatitude,longitude
. This must be specified in the settings.
-
-
Click on Save. And voila! The onboarding is complete and you should see the configured settings. The project credentials (in particular, the
passkey
) would be required for running experiments (Turing takes care of this if you are running the experiments through its routers).