split
split copied to clipboard
:chart_with_upwards_trend: The Rack Based A/B testing framework
Hi there, we've been using the split gem for a while, but we've seen this behavior a couple of times and wonder if it's normal: We run an A/B test...
Just wondering if this can be configured as an option whereby the test can be paused when N sample size of participants is reached?
The "choose trial" logic is not atomic, so it is easy to run it multiple times for the same user. Specifically, there is a read here: https://github.com/splitrb/split/blob/d3ef9d79d2fe15d95292072420e62afea151dffd/lib/split/trial.rb#L71 With a matching...
**Describe the bug** `ab_test` triggers multiple Redis commands for all experiments for a single experiment `ab_test(:experiment_1)` call. If in a single request flow I call `ab_test(:experiment_1)`, `ab_test(:experiment_2)` and `ab_test(:experiment_3)` it...
Hi, we've been running a few experiments using Split and noticed nearly all of our variants were losing over the control version by pretty hefty margins. So we set up...
In certain cases, I want to be able to take a user out of an experiment and its statistics. Is it possible?
I would like to bucket users into two groups, and then measure the number of times each group performs a certain action. Let's say group A has two users and...
Hi there! We recently added Split to our project and have noticed that the number of participants far exceeds the number of page views that we've recorded by as much...
One of my experiments have one alternative winning by 7% but it has lower probability of winning (41%). Does it make any sense? I can't figure out the math behind...
When deploying to a production environment, the `/split` assets are not made available on the expected path. For example, `/split/reset.css` is a 404. This seems to be because the engine...