-
Notifications
You must be signed in to change notification settings - Fork 269
Finish a/b test #345
Comments
@edenisn if you want to end an experiment, by definition you're reducing the number of options to just one - users have to go into an alternative. I suppose the experiment file can also be deleted. I'm not sure I understand the request? |
@phillbaker we don't want to delete experiment. We just want to finish the experiment and so that the number of participants to the winner option no longer increases. |
Hm, still a little confused as to the desired behavior for users currently in the experiment and users entering the experiment. Can you clarify the behavior below:
|
When experiment is "finished" as requested in this issue:
|
Ah, I think this may be a dupe of #195 ? |
Yes, quite right |
In my opinion the best way out of this situation is to bring the statistics below the test at its end. For example: Option A - 16 participants, 8 converted, 34% Thus, we fix the statistical data at the end of the test |
Can you explain this? I don't understand the suggestion. I think we might be able to update the logic here: vanity/lib/vanity/experiment/ab_test.rb Lines 189 to 207 in 6e53223
to include whether the experiment has an outcome, and if so to not save additional choices to the DB. How does that sound? Alternatively, experiments has a |
I mean that we simply can add more statistical information to /admin/vanity page when experiment finished. Add information with participants, converted and % at the end of the experiment. By the way, your suggestion is very good. It would be fine if we don't save info with additional choices to DB after finished experiment. Thanks @phillbaker |
When we choose winner of a/b test and then click on link "make permanent" we confirm with, for example "Finish this experiment and assign all current and future participants to option B?". What I need to do if I don't want to assign all future participants to option B? I just want to close test without assign participants any more.
The text was updated successfully, but these errors were encountered: