Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(experiments): compare the winning variant with the second best variant #21254

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

jurajmajerik
Copy link
Contributor

Problem

Recently I pushed a change to always compare the winning variant with control. The problem is this doesn't work when control is winning. Reverting it.

It would be nice to figure out a way to compare the winning variant with the current baseline.

How did you test this code?

👀

@jurajmajerik jurajmajerik requested a review from neilkakkar April 1, 2024 13:09
@jurajmajerik jurajmajerik enabled auto-merge (squash) April 1, 2024 13:17
Copy link
Contributor

github-actions bot commented Apr 1, 2024

Size Change: 0 B

Total Size: 824 kB

ℹ️ View Unchanged
Filename Size
frontend/dist/toolbar.js 824 kB

compressed-size-action

@jurajmajerik jurajmajerik merged commit 9fe408c into master Apr 1, 2024
84 checks passed
@jurajmajerik jurajmajerik deleted the fix-winning-variant-text branch April 1, 2024 13:54
@neilkakkar
Copy link
Collaborator

Hmm, did we release the new UI already? makes sense to revert in that case.

For the real fix, I think we can re-use this: If top sorted conversion rate is control, compare it with 2nd best, otherwise compare winning variant with control.

@jurajmajerik
Copy link
Contributor Author

hmm, makes sense! will do 👍

We haven't released it yet; want to do a demo tomorrow and then release it to the team + a few customers.

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

Successfully merging this pull request may close these issues.

2 participants