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
Hello all! I am currently checking if it's at all feasible to associate some metadata about a given ab_user and then use that detail in a custom algorithm (which is provided a reference to the experiment).
Essentially we want to create a simple algorithm which will take into account the customer's ID and check if their ID is in range of a given "weight".
I think this could be done by just attaching metadata to an experiment at run time, but because this shouldn't be saved for everyone I have to deconstruct the process of ab_test.
The text was updated successfully, but these errors were encountered:
Hello all! I am currently checking if it's at all feasible to associate some metadata about a given
ab_user
and then use that detail in a custom algorithm (which is provided a reference to the experiment).Essentially we want to create a simple algorithm which will take into account the customer's ID and check if their ID is in range of a given "weight".
I think this could be done by just attaching metadata to an experiment at run time, but because this shouldn't be saved for everyone I have to deconstruct the process of
ab_test
.The text was updated successfully, but these errors were encountered: