View Experiment Settings
Last updated
Last updated
From the Experiments List page, clicking the 'arrow' and 'Settings' icon would bring you to the Settings Details page.
General Info: General settings of the project.
Experimentation: Segmenters and experiment variables of the project.
Randomization: Randomization key of the project.
External Validation: URL of external validation to validate experiments.
Treatment Validation Rules: Rules used to validate treatment configuration of experiments.
Treatment Validation Rules allows users to specify rules that the treatment configuration of experiments must comply with. XP uses Go Template and the Sprig library as the template function. The treatment configuration will be templated with the predicate provided and the final output must return true
for the operation to be permitted.
This is useful to prevent careless mistakes while creating the treatment configuration, such as creating rules to ensure the weight of the models sums to 1 or to ensure that a control is set for every treatment.
Checking if a field matches some string and float type provided
Checking sum of weights of models is 1